@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: 'Microsoft YaHei', '微软雅黑', SimSun, \5b8b\4f53, sans-serif;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

a img {
  border: none;
  text-decoration: none;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/index_pc/in-icon.png) no-repeat 0 0;
}

.icon-drop-down {
  background-position: -83px 0;
  width: 12px;
  height: 7px;
}

.icon-phone {
  background-position: -1024px -178px;
  width: 22px;
  height: 27px;
}

.icon-tele {
  width: 22px;
  height: 27px;
  background: url(../img/index_pc/in-bicon16.png) no-repeat center 3px;
  background-size: 18px auto;
}

.icon-mail {
  width: 22px;
  height: 27px;
  background: url(../img/index_pc/in-bicon17.png) no-repeat center 3px;
  background-size: 18px auto;
}

.icon-location {
  width: 22px;
  height: 27px;
  background: url(../img/index_pc/in-bicon18.png) no-repeat center 3px;
  background-size: 18px auto;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.fn-clear {
  *zoom: 1;
}
.fn-clear:after {
  content: '';
  display: table;
  clear: both;
}

.error {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/index_pc/icon_error.png) no-repeat center center;
  background-size: 14px auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.hide {
  display: none;
}
.form-item .tips {
  position: absolute;
  min-width: 112px;
  width: fit-content;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  background-color: #f56154;
  color: #ffffff;
  font-size: 12px;
  padding: 0 14px;
  left: 50%;
  top: -28px;
  transform: translate(-50%, 0);
}
.form-item .tips:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f56154;
  transform: translate(-50%, 0) rotate(45deg);
  bottom: -3px;
  left: 50%;
}
.header {
  background-color: #183650;
  height: 50px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 12;
  padding: 10px 0;
}
.header .header-top {
  position: relative;
}
.header .logo {
  width: 75px;
  height: 36px;
  margin: 8px 0 0 0;
  background: url(../img/index_mb/in-bicon05.png) no-repeat 0 0;
  background-size: 73px auto;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav {
  margin-left: 40px;
}
.header .nav ul li {
  float: left;
}
.header .nav ul li a {
  padding: 0 15px;
  display: block;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
}
.header .nav ul li a .icon {
  position: relative;
  top: -1px;
}
.header .nav ul li a:hover,
.header .nav ul li a.current {
  color: #ff9d29;
}
.header .nav ul li a:hover .icon-drop-down,
.header .nav ul li a.current .icon-drop-down {
  background-position: -103px 0;
}
.header .nav .drop-nav {
  background: #183650;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  width: 128px;
  max-height: 192px;
  position: absolute;
  top: 48px;
  left: 509px;
  padding: 4px 0;
  display: none;
}
.header .nav .drop-nav a {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(73, 98, 121, 0.5);
  font-size: 12px;
  color: #fff;
  padding-left: 15px;
  display: block;
}
.header .nav .drop-nav a:hover {
  background: #315779;
}
.header .nav .drop-nav a:last-child {
  border-bottom: 0 none;
}
.header .phone-num div {
  width: 100px;
  height: 14px;
  margin: 8px 0 0 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.header .phone-num p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.header .login-act a {
  height: 30px;
  line-height: 30px;
  float: left;
  border-width: 2px;
  border-style: solid;
  border-radius: 16px;
  padding: 0 15px;
  margin: 9px 10px 0 0;
  border-color: #ededed;
  color: #ededed;
}
.header .login-act a:hover {
  background-color: #f7f7f7;
  color: #ff9d29;
}
.header .login-act a:first-child {
  border: 2px solid #ff9d29;
  background: #ff9d29;
  color: #fff;
}
.header .login-act a:first-child:hover {
  background: #ec8700;
  border-color: #ec8700;
}
.header .login-dialog-top {
  background: #ffffff;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  width: 296px;
  height: 280px;
  position: absolute;
  top: 50px;
  right: 0px;
  display: none;
}
.header .login-dialog-top .close {
  width: 18px;
  height: 18px;
  background: url(../img/index_pc/in-icon.png) no-repeat -1088px -381px;
  position: absolute;
  top: 7px;
  right: 11px;
  cursor: pointer;
}
.header .login-dialog-top .close:hover {
  background-position: -1127px -381px;
}
.header .login-dialog-top h5 {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 16px 0;
}
.header .login-dialog-top ul li {
  margin: 6px 0 16px 10px;
}
.header .login-dialog-top ul li span {
  display: inline-block;
  width: 64px;
  font-size: 12px;
  color: #333;
  line-height: 34px;
  text-align: right;
}
.header .login-dialog-top ul li input {
  display: inline-block;
  height: 20px;
  padding: 6px 10px;
  width: 162px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 100px;
  margin: 0 0 0 5px;
}
.header .login-dialog-top ul li input:hover,
.header .login-dialog-top ul li input:focus {
  border-color: #ff9d29;
}
.header .login-dialog-top .sub-btna {
  margin: 30px 22px 0;
}
.header .login-dialog-top .sub-btna a {
  background: #979797;
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 38px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  cursor: default;
}
.header .login-dialog-top .sub-btna a.sure {
  background: #ff9d29;
  cursor: pointer;
}
.header .login-dialog-top .sub-btna a.sure:hover {
  background-color: #ea8710;
}

.index-wrap {
  min-height: 300px;
  width: 100%;
}

.footer {
  height: 227px;
  background: #183650;
  padding-top: 40px;
}
.footer .qr-code ul li {
  width: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.footer .qr-code ul li img {
  display: block;
  width: 80px;
  height: 80px;
}
.footer .qr-code ul li p {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #96acc0;
}
.footer .contact-wrap {
  width: 1000px;
  padding-bottom: 30px;
}
.footer .contact-wrap dt {
  width: 160px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.footer .contact-wrap dt::before {
  content: '';
  position: absolute;
  border-right: 1px solid #496279;
  top: 0px;
  right: 24px;
  height: 84px;
  width: 1px;
}
.footer .contact-wrap dt p {
  font-size: 18px;
  color: #96acc0;
}
.footer .contact-wrap dd {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.footer .contact-wrap dd div {
  width: 80px;
}
.footer .contact-wrap dd div img {
  display: block;
}
.footer .contact-wrap h6 {
  margin-bottom: 15px;
  color: #bdcedd;
  font-size: 16px;
}
.footer .contact-wrap p {
  line-height: 24px;
  color: #96acc0;
  font-size: 12px;
}
.footer .contact-wrap p a {
  color: #96acc0;
  font-size: 12px;
}
.footer .contact-wrap p a:hover {
  color: #d9e9f8;
}
.footer .copyr {
  height: 69px;
  border-top: 1px solid #496279;
  color: #96acc0;
  font-size: 12px;
  width: 90%;
  min-width: 1000px;
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.footer .copyr a {
  color: #96acc0;
  position: relative;
  padding: 0 15px;
}
.footer .copyr a:hover {
  color: #d9e9f8;
}
.footer .copyr a::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #96acc0;
  content: '';
}
.footer .copyr a.last {
  padding: 0 1px;
}
.footer .copyr a.last::after {
  display: none;
}

.fixed-btr {
  width: 86px;
  height: 86px;
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 5;
}
.fixed-btr .contact {
  width: 66px;
  height: 66px;
  position: relative;
  top: 0px;
  left: 10px;
}
.fixed-btr .contact a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 98, 128, 0.89);
  border-radius: 100%;
}
.fixed-btr .contact a span {
  width: 66px;
  height: 66px;
  display: block;
  background: url(../img/index_pc/in-bicon02.png) no-repeat center center;
  background-size: 50px auto;
}
.fixed-btr .contact a em {
  width: 40px;
  height: 66px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  margin: 0 auto;
  position: relative;
  top: 8px;
  left: 1px;
  letter-spacing: 3px;
  display: none;
}
.fixed-btr .contact a:hover {
  background-color: #406280;
}
.fixed-btr .contact a:hover em {
  display: block;
}
.fixed-btr .contact a:hover span {
  display: none;
}
.fixed-btr .quick-btn {
  width: 440px;
  height: 85px;
  position: relative;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: #325777;
  left: 100px;
  top: 75px;
  z-index: 5;
}
.fixed-btr .quick-btn a {
  width: 33%;
  height: 85px;
  text-align: center;
}
.fixed-btr .quick-btn a span {
  display: block;
  font-size: 12px;
  color: #fff;
}
.fixed-btr .quick-btn a i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto 6px;
}
.fixed-btr .quick-btn a i.icon01 {
  background: url(../img/index_pc/in-bicon14.png) no-repeat center center;
  background-size: 40px auto;
}
.fixed-btr .quick-btn a i.icon02 {
  background: url(../img/index_pc/in-bicon06.png) no-repeat center center;
  background-size: 40px auto;
}
.fixed-btr .quick-btn a i.icon03 {
  background: url(../img/index_pc/in-bicon15.png) no-repeat center center;
  background-size: 40px auto;
}
.fixed-btr .quick-btn .fq-01:hover i {
  background: url(../img/index_pc/in-bicon14-1.png) no-repeat center center;
  background-size: 40px auto;
}
.fixed-btr .quick-btn .fq-01:hover span {
  color: #fd9929;
}
.fixed-btr .quick-btn .fq-02:hover i {
  background: url(../img/index_pc/in-bicon06-1.png) no-repeat center center;
  background-size: 40px auto;
}
.fixed-btr .quick-btn .fq-02:hover span {
  color: #fd9929;
}
.fixed-btr .quick-btn .fq-03:hover i {
  background: url(../img/index_pc/in-bicon15-1.png) no-repeat center center;
  background-size: 40px auto;
}
.fixed-btr .quick-btn .fq-03:hover span {
  color: #fd9929;
}

.index-banner {
  background: #183650;
  width: 100%;
  position: relative;
}
.index-banner .slideBox {
  width: 100%;
  position: relative;
}
.index-banner .slideBox .hd {
  width: 170px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -56px;
  z-index: 9;
}
.index-banner .slideBox .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 100%;
}
.index-banner .slideBox .hd li.on {
  background: white;
}
.index-banner .slideBox .bd ul {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.index-banner .slideBox .bd ul li {
  height: 550px;
  position: relative;
}
.index-banner .slideBox .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.index-banner .slideBox .bd ul li .w1000 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1580px) {
  .index-banner .slideBox .bd ul li.item-a {
    background-size: cover, 60% !important;
  }
  .index-banner .slideBox .bd ul li.item-b {
    background-size: cover, 60% !important;
  }
  .index-banner .slideBox .bd ul li.item-d {
    background-size: cover, 50% !important;
  }
  .index-banner .slideBox .bd ul li.item-e {
    background-size: cover, 60% !important;
  }
}
.index-banner .slideBox .bd ul li.item-f {
  background: url(../img/index_pc/in-banner01.jpg) no-repeat center 70px;
  background-size: cover;
}
.index-banner .slideBox .bd ul li.item-a0 {
  background: url(../img/index_pc/Banner1.jpg) no-repeat center 70px;
  background-size: cover;
}
.index-banner .slideBox .bd ul li.item-a .apply {
  bottom: 150px;
  left: calc((100% - 472px) / 2);
}
.index-banner .slideBox .bd ul li.item-b .apply {
  bottom: 150px;
  left: calc((100% - 472px) / 2);
}

.index-banner .slideBox .bd ul li.item-g .apply {
  bottom: 150px;
  left: calc((100% - 472px) / 2);
}
.index-banner .slideBox .bd ul li.item-h .apply {
  bottom: 150px;
  left: calc((100% - 472px) / 2);
}

.index-banner .slideBox .bd ul li.item-b {
  background: url(../img/index_pc/banner/bannner_22.jpg) center 70px no-repeat,
    url(../img/index_pc/banner/5.png) center 40% no-repeat;
  background-size: cover, 70%;
  background-blend-mode: soft-light;
}
.index-banner .slideBox .bd ul li.item-d {
  background: url(../img/index_pc/banner/bannner_33.jpg) center 70px no-repeat,
    url(../img/index_pc/banner/3.png) center 65% no-repeat;
  background-size: cover, 65%;
  background-blend-mode: soft-light;
}
.index-banner .slideBox .bd ul li.item-e {
  background: url(../img/index_pc/banner/bannner_44-2.jpg) center 70px no-repeat,
    url(../img/index_pc/banner/2-2.png) center 60% no-repeat;
  background-size: cover, 70%;
  background-blend-mode: soft-light;
}
.index-banner .slideBox .bd ul li.item-a {
  background: url(../img/index_pc/banner/bannner_11.jpg) center 70px no-repeat,
    url(../img/index_pc/banner/4.png) center 40% no-repeat;
  background-size: cover, 70%;
  background-blend-mode: soft-light;
}

.index-banner .slideBox .bd ul li.item-g {
  background: url(../img/index_pc/banner/bannner_55.jpg) center 70px no-repeat;
  background-size: cover, 70%;
  background-blend-mode: soft-light;
}
.index-banner .slideBox .bd ul li.item-h {
  background: url(../img/index_pc/banner/bannner_66.jpg) center 70px no-repeat,
    url(../img/index_pc/banner/6.png) center 40% no-repeat;
  background-size: cover, 70%;
  background-blend-mode: soft-light;
}

.index-banner .apply {
  width: 492px;
  height: 45px;
  position: absolute;
  z-index: 11;
}
.index-banner .apply input {
  border: 0 none;
  background: white;
  float: left;
  height: 45px;
  line-height: 45px;
  width: 330px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 12px;
  -webkit-transition: all 0.7s;
}
.index-banner .apply input:focus {
  background: white;
  -webkit-transition-delay: 0.4s;
}
.index-banner .apply button {
  background: #ff9d29;
  float: left;
  height: 45px;
  line-height: 42px;
  border: 0 none;
  width: 148px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Microsoft YaHei', '微软雅黑', SimSun, \5b8b\4f53, sans-serif !important;
}
.index-banner .apply button:hover {
  background-color: #ea8710;
}

.in-item {
  padding: 80px 0;
}
.in-item .title h4 {
  font-size: 36px;
  color: #333;
  position: relative;
  text-align: center;
  height: 36px;
  padding-bottom: 20px;
}
.in-item .title h4::after {
  height: 0;
  content: '';
  border-top: 2px solid #000;
  width: 43px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -22px;
  display: none;
}
.in-item .title p {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 25px 0;
}

.in-item-a .title {
  display: flex;
  justify-content: center;
  font-size: 33px;
  padding-top: 60px;
}

.in-item-a .tabnav {
  display: flex;
  justify-content: center;
}

.in-item-a ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
  width: 1248px;
}

.in-item-a ul li {
  line-height: 66px;
  padding: 0 3%;
}

.in-item-a ul li p {
  display: inline-block;
  position: relative;
  color: #030818;
  font-size: 19px;
}

.in-item-a .active p {
  color: #ff9d29;
  font-weight: bold;
}

.in-item-a .active p::after {
  width: 100%;
  background-color: #ff9d29;
}

.in-item-a p::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  transition: all .4s ease;
}

.in-item-a .item {
  display: flex;
  justify-content: center;
  padding-top: 45px;
  height: 454px;
}
.in-item-a .item .info {
  width: 538px
}
.in-item-a .item img {
  padding-right: 3%;
  width: 550px;
  height: 319px;
}
.in-item-a .item .info h3 {
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 17px;
  font-size: 27px;
  color: #252B3A;
}
.in-item-a .item .info p {
  color: #575d6c;
  line-height: 1.7;
  font-size: 15px;
}
.in-item-a .item .future {
  margin-top: 38px;
  margin-bottom: 46px;
  padding-right: 20%;
  display: flex;
  flex-wrap: wrap;
}
.in-item-a .item .future span {
  line-height: 42px;
  font-size: 14px;
  color: #575d6c;
  display: inline-block;
  width: 33.33%;
}
.in-item-a .item .product-link {
  display: flex;
  align-items: center;
  width: 186px;
  height: 50px;
  border: 1px solid #585D6B;
  border-radius: 8px;
}
.in-item-a .item .product-link img{
  padding-left: 45px;
  width: 18px;
  height: 18px;
}
.in-item-a .item .product-link p {
  color: #4C5E71;
}

.in-item-b {
  background: #ff9d29;
  padding: 30px 0 34px 0;
}
.in-item-b ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.in-item-b ul li {
  width: 23%;
  position: relative;
  padding-left: 65px;
  box-sizing: border-box;
}
.in-item-b ul li .icon {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
}
.in-item-b ul li .icon.icon-01 {
  background: url(../img/index_pc/in-bicon04.png) no-repeat 0 0;
  background-size: 55px auto;
}
.in-item-b ul li .icon.icon-02 {
  background: url(../img/index_pc/in-bicon01.png) no-repeat 0 0;
  background-size: 55px auto;
}
.in-item-b ul li .icon.icon-03 {
  background: url(../img/index_pc/in-bicon03.png) no-repeat 0 0;
  background-size: 55px auto;
}
.in-item-b ul li .icon.icon-04 {
  background: url(../img/index_pc/in-bicon07.png) no-repeat 0 0;
  background-size: 55px auto;
  top: 5px;
}
.in-item-b ul li h5 {
  font-size: 18px;
  color: #fff;
  margin: 13px 0;
}
.in-item-b ul li p {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
}

.in-item-c {
  padding: 70px 0 50px 0;
}
.in-item-c ul {
  padding: 80px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.in-item-c ul li {
  width: 20%;
  position: relative;
}
.in-item-c ul li a {
  width: 88px;
  display: block;
  height: 88px;
  border-radius: 100%;
  border: 1px solid #a2b1c2;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  background: #fff;
  transition: all 0.2s ease-in-out;
  /* &.icon-01 i{
           background:url(../img/index_pc/in-bicon08.png) no-repeat center center;
           background-size:40px auto;
         }
         &.icon-02 i{
           background:url(../img/index_pc/in-bicon09.png) no-repeat center center;
           background-size:40px auto;
         }
         &.icon-03 i{
           background:url(../img/index_pc/in-bicon10.png) no-repeat center center;
           background-size:40px auto;
         }
         &.icon-04 i{
           background:url(../img/index_pc/in-bicon11.png) no-repeat center center;
           background-size:40px auto;
         }*/
}
.in-item-c ul li a .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  margin: 14px;
  color: #8497ad;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
}
.in-item-c ul li a .iconfont.icon-in-n01 {
  font-size: 36px;
  line-height: 62px;
}
.in-item-c ul li a .iconfont.icon-in-n02 {
  font-size: 40px;
  line-height: 65px;
}
.in-item-c ul li a .iconfont.icon-in-03 {
  font-size: 40px;
}
.in-item-c ul li a:hover {
  background-color: #ff9d29;
  border-color: #ff9d29;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.15);
  /*&.icon-01 i{background:url(../img/index_pc/in-bicon08-1.png) no-repeat center center;
           background-size:40px auto;}
            &.icon-02 i{background:url(../img/index_pc/in-bicon09-1.png) no-repeat center center;
           background-size:40px auto;}
            &.icon-03 i{background:url(../img/index_pc/in-bicon10-1.png) no-repeat center center;
           background-size:40px auto;}
            &.icon-04 i{background:url(../img/index_pc/in-bicon11-1.png) no-repeat center center;
           background-size:40px auto;}*/
}
.in-item-c ul li a:hover .iconfont {
  color: #fff;
}
.in-item-c ul li p {
  margin-top: 40px;
  font-size: 18px;
  color: #555;
  text-align: center;
}
.in-item-c ul li .drop-qrcode {
  top: -238px;
  left: 0;
}
.in-item-c ul li .drop-qrcode p {
  margin-top: 0;
}

.in-item-d {
  padding-bottom: 0;
  padding-top: 60px;
}
.in-item-d .rated-wrap {
  margin-top: 28px;
  background: url(../img/index_pc/in-12.jpg) no-repeat center center;
  height: 441px;
}
.in-item-d .rated-wrap .rated-list {
  width: 474px;
  height: 342px;
  position: relative;
  top: 43px;
  left: 78px;
  background: #fff;
}
.in-item-d .rated-wrap .rated-list .hd {
  z-index: 2;
  width: 150px;
  height: 20px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -63px;
}
.in-item-d .rated-wrap .rated-list .hd ul li {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #c0c1c3;
  margin: 0 16px;
  border-radius: 100%;
  cursor: pointer;
}
.in-item-d .rated-wrap .rated-list .hd ul li.on {
  border: 1px solid #ff9d29;
}
.in-item-d .rated-wrap .rated-list .bd li {
  width: 474px;
  height: 342px;
  position: relative;
}
.in-item-d .rated-wrap .rated-list .bd li .decorate-icon01 {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  border: 1px solid #ff9d29;
  margin: 25px auto 14px;
}
.in-item-d .rated-wrap .rated-list .bd li .decorate-icon01 i {
  width: 30px;
  height: 24px;
  background: url(../img/index_pc/in-bicon12.png) no-repeat center center;
  display: block;
  margin: 18px 16px 13px 14px;
  background-size: 30px auto;
}
.in-item-d .rated-wrap .rated-list .bd li .decorate-icon02 {
  width: 150px;
  height: 20px;
  margin: 10px auto 0;
  position: relative;
}
.in-item-d .rated-wrap .rated-list .bd li .decorate-icon02::before,
.in-item-d .rated-wrap .rated-list .bd li .decorate-icon02::after {
  position: absolute;
  width: 49px;
  height: 1px;
  background: #ff9d29;
  content: '';
  top: 9px;
  left: 0;
}
.in-item-d .rated-wrap .rated-list .bd li .decorate-icon02::after {
  left: 100px;
}
.in-item-d .rated-wrap .rated-list .bd li .decorate-icon02 i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  background: url(../img/index_pc/in-bicon13.png) no-repeat center center;
  background-size: 16px auto;
}
.in-item-d .rated-wrap .rated-list .bd li p {
  height: 140px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  width: 358px;
  overflow: hidden;
  margin: 0 auto;
}
.in-item-d .rated-wrap .rated-list .bd li h5 {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 10px 0;
}
.in-item-d .rated-wrap .rated-list .bd li h6 {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.in-item-f {
  padding: 0;
}
.in-item-f ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 70px auto 0;
  width: 1000px;
}
.in-item-f ul li {
  width: 155px;
  height: 220px;
}
.in-item-f ul li .icon-w {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.in-item-f ul li .icon-w:hover {
  transform: scale(1.15);
}
.in-item-f ul li .icon-w img {
  display: block;
  width: 100%;
}
.in-item-f ul li h5 {
  font-size: 24px;
  color: #183650;
  margin: 40px 0 30px 0;
  text-align: center;
}
.in-item-f ul li p {
  line-height: 26px;
  font-size: 15px;
  color: #666;
}

.in-item-g {
  background: url(../img/index_pc/index_pc/bg-fw.png.html) no-repeat center center #e7eef1;
  min-height: 400px;
}
.in-item-g .title {
  padding: 50px 0 20px 0;
}
.in-item-g .user-show {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
.in-item-g .user-show li {
  position: absolute;
  width: 736px;
  height: 239px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 3px 4px 0px rgba(209, 209, 209, 0.5);
  background: #fff;
  cursor: pointer;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /*1*/
  /*2*/
  /*3*/
  /*4*/
  /*5*/
  /*2*/
  /*3*/
  /*4*/
  /*5*/
  /*1*/
}

@-webkit-keyframes company1 {
  from {
    transform: scale(0.64);
    left: 0;
    top: 30px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
}

@keyframes company1 {
  from {
    transform: scale(0.64);
    left: 0px;
    top: 30px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
}
.in-item-g .user-show li.company1 {
  -webkit-animation-name: company1;
  animation-name: company1;
}

@-webkit-keyframes company2 {
  from {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
}

@keyframes company2 {
  from {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
}
.in-item-g .user-show li.company2 {
  -webkit-animation-name: company2;
  animation-name: company2;
}

@-webkit-keyframes company3 {
  from {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
}

@keyframes company3 {
  from {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
}
.in-item-g .user-show li.company3 {
  -webkit-animation-name: company3;
  animation-name: company3;
}

@-webkit-keyframes company4 {
  from {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
}

@keyframes company4 {
  from {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
}
.in-item-g .user-show li.company4 {
  -webkit-animation-name: company4;
  animation-name: company4;
}

@-webkit-keyframes company5 {
  from {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.64);
    left: 0px;
    top: -122px;
    z-index: 1;
    opacity: 0.8;
  }
}

@keyframes company5 {
  from {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.64);
    left: -122px;
    top: 30px;
    z-index: 1;
    opacity: 0.8;
  }
}
.in-item-g .user-show li.company5 {
  -webkit-animation-name: company5;
  animation-name: company5;
}

@-webkit-keyframes company6 {
  from {
    transform: scale(0.64);
    left: 0;
    top: 30px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
}

@keyframes company6 {
  from {
    transform: scale(0.64);
    left: 0px;
    top: 30px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
}
.in-item-g .user-show li.company6 {
  -webkit-animation-name: company6;
  animation-name: company6;
}

@-webkit-keyframes company7 {
  from {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
}

@keyframes company7 {
  from {
    transform: scale(0.8);
    left: -10px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
}
.in-item-g .user-show li.company7 {
  -webkit-animation-name: company7;
  animation-name: company7;
}

@-webkit-keyframes company8 {
  from {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
}

@keyframes company8 {
  from {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
}
.in-item-g .user-show li.company8 {
  -webkit-animation-name: company8;
  animation-name: company8;
}

@-webkit-keyframes company9 {
  from {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
}

@keyframes company9 {
  from {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
}
.in-item-g .user-show li.company9 {
  -webkit-animation-name: company9;
  animation-name: company9;
}

@-webkit-keyframes company10 {
  from {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.64);
    left: 0px;
    top: -122px;
    z-index: 1;
    opacity: 0.8;
  }
}

@keyframes company10 {
  from {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.8;
  }
  to {
    transform: scale(0.64);
    left: -122px;
    top: 30px;
    z-index: 1;
    opacity: 0.8;
  }
}
.in-item-g .user-show li.company10 {
  -webkit-animation-name: company10;
  animation-name: company10;
}


@-webkit-keyframes companyr1 {
  from {
    transform: scale(1);
    top: 30px;
    left: -116px;
    z-index: 5;
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    left: -8px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
}

@keyframes companyr1 {
  from {
    transform: scale(1);
    top: 30px;
    left: 230px;
    z-index: 5;
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    left: -8px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
}
.in-item-g .user-show li.companyr1 {
  -webkit-animation-name: companyr1;
  animation-name: companyr1;
}

@-webkit-keyframes companyr2 {
  from {
    transform: scale(0.8);
    top: 30px;
    left: 276px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
}

@keyframes companyr2 {
  from {
    transform: scale(0.8);
    top: 30px;
    left: 276px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(1);
    top: 30px;
    left: 132px;
    z-index: 5;
    opacity: 1;
  }
}
.in-item-g .user-show li.companyr2 {
  -webkit-animation-name: companyr2;
  animation-name: companyr2;
}

@-webkit-keyframes companyr3 {
  from {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.75;
  }
  to {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
}

@keyframes companyr3 {
  from {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.75;
  }
  to {
    transform: scale(0.8);
    top: 30px;
    left: 273px;
    z-index: 3;
    opacity: 0.9;
  }
}
.in-item-g .user-show li.companyr3 {
  -webkit-animation-name: companyr3;
  animation-name: companyr3;
}

@-webkit-keyframes companyr4 {
  from {
    transform: scale(0.64);
    left: -122px;
    top: 30px;
    z-index: 1;
    opacity: 0.75;
  }
  to {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.75;
  }
}

@keyframes companyr4 {
  from {
    transform: scale(0.64);
    left: -122px;
    top: 30px;
    z-index: 1;
    opacity: 0.75;
  }
  to {
    transform: scale(0.64);
    top: 30px;
    left: 389px;
    z-index: 1;
    opacity: 0.9;
  }
}
.in-item-g .user-show li.companyr4 {
  -webkit-animation-name: companyr4;
  animation-name: companyr4;
}

@-webkit-keyframes companyr5 {
  from {
    transform: scale(0.8);
    left: -6px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(0.64);
    left: -122px;
    top: 30px;
    z-index: 1;
    opacity: 0.75;
  }
}

@keyframes companyr5 {
  from {
    transform: scale(0.8);
    left: -6px;
    top: 30px;
    z-index: 3;
    opacity: 0.9;
  }
  to {
    transform: scale(0.64);
    left: -122px;
    top: 30px;
    z-index: 1;
    opacity: 0.75;
  }
}
.in-item-g .user-show li.companyr5 {
  -webkit-animation-name: companyr5;
  animation-name: companyr5;
}

.in-item-g .user-show li .up-text {
  width: 540px;
  padding: 56px 65px 0 152px;
  position: relative;
}
.in-item-g .user-show li .up-text .avtor {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 70px;
  left: 20px;
}
.in-item-g .user-show li .up-text .icon-a1 {
  width: 40px;
  height: 31px;
  position: absolute;
  top: 23px;
  left: 110px;
  background: url(../img/index_pc/index_pc/sb01.png.html) no-repeat 0 0;
  background-size: cover;
}
.in-item-g .user-show li .up-text .icon-a2 {
  width: 40px;
  height: 31px;
  position: absolute;
  bottom: 32px;
  right: 20px;
  background: url(../img/index_pc/index_pc/sb02.png.html) no-repeat 0 0;
  background-size: cover;
}
.in-item-g .user-show li .up-text .text-show p {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.in-item-g .user-show li .up-text .text-show-zshy p {
  line-height: 26px;
  font-size: 15px;
  color: #333;
}
.in-item-g .user-show li .up-text .text-show-ald p {
  line-height: 26px;
  font-size: 13px;
  color: #333;
}
.in-item-g .user-show li .up-text .text-show  h5 {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  color: #333;
}
.in-item-g .user-show li .up-text .text-show-zshy h5 {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  color: #333;
}
.in-item-g .user-show li .up-text .text-show-ald h5 {
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
  color: #333;
}
.in-item-g .company-logo {
  position: relative;
  height: 60px;
  width: 1000px;
  margin: 30px auto 0;
}
.in-item-g .company-logo .hd {
  position: absolute;
  width: 1000px;
  height: 60px;
}
.in-item-g .company-logo .hd a {
  z-index: 2;
  width: 22px;
  height: 40px;
  position: absolute;
  top: 0px;
  background: url(../img/index_pc/in-icon.png) no-repeat 0 0;
}
.in-item-g .company-logo .hd a.next {
  right: 0;
  background-position: -1128px -213px;
  opacity: 0.8;
}
.in-item-g .company-logo .hd a.next:hover {
  background-position: -1128px -268px;
  opacity: 1;
}
.in-item-g .company-logo .hd a.prev {
  left: 0;
  background-position: -1091px -213px;
  opacity: 0.8;
}
.in-item-g .company-logo .hd a.prev:hover {
  background-position: -1091px -268px;
  opacity: 1;
}
.in-item-g .company-logo .bd {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 60px;
}
.in-item-g .company-logo .bd ul li {
  width: 110px;
  float: left;
  height: 60px;
  position: relative;
  box-sizing: border-box;
  margin: 0 28px;
}
.in-item-g .company-logo .bd ul li:nth-child(3) {
  width: 280px;
  height: 120px;
  position: relative;
  top: -35px;
}
.in-item-g .company-logo .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.in-item-g .company-logo .bd ul li a.item-01 {
  background-position: 0 -93px;
}
.in-item-g .company-logo .bd ul li a.item-02 {
  background-position: -204px -93px;
}
.in-item-g .company-logo .bd ul li a.item-03 {
  background-position: 0px -174px;
}
.in-item-g .company-logo .bd ul li a.item-04 {
  background-position: -203px -174px;
}
.in-item-g .company-logo .bd ul li a.item-05 {
  background: url(../img/index_pc/jalogo.png) no-repeat 0 0;
  background-size: cover;
}

.in-item-h {
  background: url(../img/index_pc/in-building.png) no-repeat center 0;
  background-size: cover;
  height: 266px;
  overflow: hidden;
  padding: 0;
}
.in-item-h .building {
  width: 100%;
  height: 266px;
  background-color: rgba(14, 44, 70, 0.8);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.in-item-h .building h3 {
  width: 364px;
  display: block;
  margin: 0 auto;
  padding: 50px 0 28px 0;
  line-height: 47px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.in-item-h .building a {
  border: 2px solid #ff9d29;
  color: #ff9d29;
  display: block;
  width: 138px;
  height: 48px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.in-item-h .building a:hover {
  background-color: #ff9d29;
  color: #fff;
}

.cs-banner {
  height: 475px;
  padding-top: 70px;
  background: url(../img/index_pc/cs-banner.jpg) no-repeat center 50px;
  background-size: cover;
}

.cs-item-a {
  padding: 70px 0 0 0px;
}
.cs-item-a ul {
  padding: 80px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}
.cs-item-a ul li {
  width: 295px;
  height: 362px;
}
.cs-item-a ul li .pic-w {
  width: 293px;
  height: 191px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.cs-item-a ul li .pic-w img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}
.cs-item-a ul li .pic-w:hover img {
  transform: scale(1.06);
}
.cs-item-a ul li .pt20 {
  padding-top: 20px;
}
.cs-item-a ul li div {
  border-radius: 0 0 2px 2px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: 0 none;
  height: 80px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.cs-item-a ul li div h5 {
  font-size: 18px;
  text-align: center;
  padding: 24px 0;
  color: #333;
  display: none;
}
.cs-item-a ul li div p {
  font-size: 16px;
  margin: 0 7px 0 13px;
  color: #555;
  text-align: center;
  line-height: 30px;
}

.cs-item-b {
  padding: 60px 0 60px 0px;
}
.cs-item-b ul {
  padding: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs-item-b ul li {
  width: 48%;
  height: 85px;
  padding-top: 50px;
}
.cs-item-b ul li h5 {
  font-size: 22px;
  color: #333;
  margin-bottom: 22px;
}
.cs-item-b ul li p {
  font-size: 16px;
  color: #555;
}
.cs-item-b ul li .iconx {
  width: 74px;
  height: 50px;
  background: #ffd81c;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.cs-item-b ul li .iconx:hover {
  transform: scale(1.06);
}
.cs-item-b ul li .iconx::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 17px solid #ffd81c;
}
.cs-item-b ul li .iconx::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 17px solid #ffd81c;
}
.cs-item-b ul li .iconx i {
  width: 60px;
  height: 50px;
  margin: 0 auto;
  display: block;
}
.cs-item-b ul li .icon-01 i {
  background: url(../img/index_pc/cs-bicon11.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li .icon-02 i {
  background: url(../img/index_pc/cs-bicon12.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li .icon-03 i {
  background: url(../img/index_pc/cs-bicon13.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li .icon-04 i {
  background: url(../img/index_pc/cs-bicon14.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li .icon-05 i {
  background: url(../img/index_pc/cs-bicon15.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li .icon-06 i {
  background: url(../img/index_pc/cs-bicon16.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li .icon-07 i {
  background: url(../img/index_pc/cs-bicon17.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li .icon-08 i {
  background: url(../img/index_pc/cs-bicon18.png) no-repeat center center;
  background-size: 54px auto;
}
.cs-item-b ul li:nth-of-type(odd) .iconx {
  float: right;
  margin: 0 0 0 25px;
}
.cs-item-b ul li:nth-of-type(odd) h5,
.cs-item-b ul li:nth-of-type(odd) p {
  text-align: right;
}
.cs-item-b ul li:nth-of-type(even) .iconx {
  float: left;
  margin: 0 25px 0 0;
}

.cs-item-c {
  padding: 70px 0;
}
.cs-item-c ul {
  padding: 100px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.cs-item-c ul li {
  background: #ffffff;
  box-shadow: 0px 2px 17px 0px rgba(68, 87, 103, 0.2);
  border-radius: 2px;
  width: 276px;
  height: 273px;
  margin-bottom: 32px;
}
.cs-item-c ul li a {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 33px auto 43px;
  display: block;
}
.cs-item-c ul li a::before {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #a492f1;
  position: absolute;
  top: -33px;
  left: 5px;
}
.cs-item-c ul li a i {
  width: 70px;
  height: 70px;
  margin: 5px auto;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}
.cs-item-c ul li a i.icon-cs-01,
.cs-item-c ul li a i.icon-cs-05 {
  color: #ff9d29;
  font-size: 80px;
}
.cs-item-c ul li a i.icon-cs-02,
.cs-item-c ul li a i.icon-cs-06 {
  color: #a492f1;
}
.cs-item-c ul li a i.icon-cs-03,
.cs-item-c ul li a i.icon-cs-04 {
  color: #43c1f5;
}
.cs-item-c ul li a i.icon-cs-03 {
  font-size: 75px;
}
.cs-item-c ul li a i.icon-cs-05 {
  font-size: 70px;
}
.cs-item-c ul li a i:hover {
  transform: scale(1.06);
}
.cs-item-c ul li a.icon-01::before,
.cs-item-c ul li a.icon-05::before {
  background-color: #ff9d29;
}
.cs-item-c ul li a.icon-02::before,
.cs-item-c ul li a.icon-06::before {
  background-color: #a492f1;
}
.cs-item-c ul li a.icon-03::before,
.cs-item-c ul li a.icon-04::before {
  background-color: #43c1f5;
}
.cs-item-c ul li h5 {
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-bottom: 23px;
}
.cs-item-c ul li p {
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 24px;
}

.cs-item-d {
  padding: 70px 0;
}
.cs-item-d .process-tip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 40px 40px 62px 40px;
}
.cs-item-d .process-tip span {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  text-align: center;
  line-height: 41px;
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
  font-size: 16px;
  color: #666;
}
.cs-item-d .process-tip span::after {
  content: '';
  width: 276px;
  height: 1px;
  background-color: #dedede;
  top: 22px;
  left: 43px;
  position: absolute;
}
.cs-item-d .process-tip span:last-child::after {
  display: none;
}
.cs-item-d .process ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cs-item-d .process ul li {
  width: 115px;
}
.cs-item-d .process ul li a {
  width: 113px;
  height: 113px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #a2b1c2;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  /*&.pro-list04{
              i{
                background:url(../img/index_pc/cs-bicon10.png) no-repeat center center;
                background-size:60px auto;
              }
            }*/
  /*&.pro-list03{
              i{
                background:url(../img/index_pc/cs-bicon09.png) no-repeat center center;
                background-size:60px auto;
              }
            }
            &.pro-list02{
              i{
                background:url(../img/index_pc/cs-bicon08.png) no-repeat center center;
                background-size:60px auto;
              }
            }
            &.pro-list01{
              i{
                background:url(../img/index_pc/cs-bicon07.png) no-repeat center center;
                background-size:60px auto;
              }
            }*/
}
.cs-item-d .process ul li a i {
  width: 50px;
  height: 50px;
  margin: 31px auto 0;
  display: block;
  /*border:1px solid #ccc;
               background:url(../img/index_pc/cs-icon.png) no-repeat;*/
}
.cs-item-d .process ul li a .iconfont {
  width: 50px;
  height: 50px;
  margin: 31px auto 0;
  display: block;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #8497ad;
}
.cs-item-d .process ul li a .iconfont.icon-cs-21 {
  font-size: 60px;
  line-height: 60px;
  position: relative;
  left: -5px;
  top: -3px;
}
.cs-item-d .process ul li a .iconfont.icon-cs-22 {
  font-size: 54px;
  line-height: 60px;
}
.cs-item-d .process ul li a .iconfont.icon-cs-n03 {
  position: relative;
  left: 4px;
}
.cs-item-d .process ul li a .iconfont.icon-cs-24 {
  position: relative;
  left: 1px;
  top: 1px;
}
.cs-item-d .process ul li a:hover {
  background: #ff9d29;
  border-color: #ff9d29;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.06);
  /* &.pro-list04{
                i{
                  background:url(../img/index_pc/cs-bicon10-1.png) no-repeat center center;
                  background-size:60px auto;
                }
              }*/
  /*&.pro-list03{
                i{
                  background:url(../img/index_pc/cs-bicon09-1.png) no-repeat center center;
                  background-size:60px auto;
                }
              }
              &.pro-list02{
                i{
                  background:url(../img/index_pc/cs-bicon08-1.png) no-repeat center center;
                  background-size:60px auto;
                }
              }
              &.pro-list01{
                i{
                  background:url(../img/index_pc/cs-bicon07-1.png) no-repeat center center;
                  background-size:60px auto;
                }
              }*/
}
.cs-item-d .process ul li a:hover .iconfont {
  color: #fff;
}
.cs-item-d .process ul li h5 {
  color: #333;
  font-size: 18px;
  margin: 47px 0 0px 0;
  text-align: center;
}

.cs-item-e {
  padding-bottom: 103px;
  height: 880px;
}
.cs-item-e .term {
  height: 600px;
  background: url(../img/index_pc/cs-item-bg.png) no-repeat 313px 180px;
  background-size: 35% auto;
  position: relative;
  width: 100%;
}
.cs-item-e .term .term-list h5 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cs-item-e .term .term-list p {
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 22px;
}
.cs-item-e .term .term-list.term-01 {
  left: 37%;
  top: 20px;
}
.cs-item-e .term .term-list.term-02 {
  left: 70%;
  top: 146px;
}
.cs-item-e .term .term-list.term-03 {
  left: 71%;
  top: 378px;
}
.cs-item-e .term .term-list.term-04 {
  left: 37%;
  top: 520px;
}
.cs-item-e .term .term-list.term-05 {
  left: 2%;
  top: 372px;
}
.cs-item-e .term .term-list.term-06 {
  left: 2%;
  top: 147px;
}

.cs-item-f {
  height: 480px;
  background: url(../img/index_pc/cs-05.jpg) no-repeat center 0;
}
.cs-item-f .title h4 {
  color: #fff;
}
.cs-item-f .title h4::after {
  border-top: 2px solid #fff;
}
.cs-item-f .fc-tips {
  position: relative;
  height: 596px;
}
.cs-item-f .fc-tips .fc-list {
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
}
.cs-item-f .fc-tips .fc-list div {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 10px 20px 16px;
}
.cs-item-f .fc-tips .fc-list div::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  bottom: -12px;
}
.cs-item-f .fc-tips .fc-list div p {
  font-size: 16px;
  color: #555;
  line-height: 26px;
}
.cs-item-f .fc-tips .fc-list-01 {
  width: 280px;
  height: 110px;
  top: 104px;
  left: 160px;
}
.cs-item-f .fc-tips .fc-list-01 div::before {
  right: 30px;
  border-color: #fff #fff transparent transparent;
}
.cs-item-f .fc-tips .fc-list-02 {
  width: 224px;
  height: 100px;
  top: 104px;
  left: 560px;
}
.cs-item-f .fc-tips .fc-list-02 div::before {
  left: 20px;
  border-color: #fff transparent transparent #fff;
}
.cs-item-f .fc-tips .fc-list-03 {
  width: 270px;
  height: 120px;
  top: 322px;
  left: 110px;
}
.cs-item-f .fc-tips .fc-list-03 div::before {
  right: 30px;
  border-color: #fff #fff transparent transparent;
}
.cs-item-f .fc-tips .fc-list-04 {
  width: 270px;
  height: 100px;
  top: 324px;
  left: 620px;
}
.cs-item-f .fc-tips .fc-list-04 div::before {
  left: 20px;
  border-color: #fff transparent transparent #fff;
}

.qu-banner {
  height: 410px;
  padding-top: 70px;
  background: url(../img/index_pc/qu-banner.jpg) no-repeat center 50px;
  background-size: cover;
}
.qu-banner .ban-link {
  padding-left: 0;
  padding-top: 260px;
}

.ban-link {
  padding-top: 250px;
  padding-left: 26px;
}
.ban-link a {
  width: 96px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 100px;
  background: #ff9d29;
  display: block;
}
.ban-link a:hover {
  background: rgba(255, 157, 41, 0.7);
}

.apply-bottom-btn {
  font-size: 18px !important;
  background: #ff9d29;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}

.qu-item-a {
  padding: 40px 0;
}
.qu-item-a .quota-list {
  border: 1px solid #d6d6d6;
}
.qu-item-a .quota-list .wid-a {
  width: 320px;
  float: left;
  text-align: left;
}
.qu-item-a .quota-list .wid-b,
.qu-item-a .quota-list .wid-c,
.qu-item-a .quota-list .wid-d,
.qu-item-a .quota-list .wid-e {
  width: 140px;
  float: left;
  text-align: center;
}
.qu-item-a .quota-list .wid-f {
  width: 70px;
  float: left;
  text-align: center;
}
.qu-item-a .quota-list .quota-title {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  overflow: hidden;
  padding: 0 24px;
  border-bottom: 1px solid #ddd;
}
.qu-item-a .quota-list .quota-title div {
  font-weight: bold;
}
.qu-item-a .quota-list .quota-item li .cate-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ebebeb;
  padding: 0 24px;
  cursor: pointer;
}
.qu-item-a .quota-list .quota-item li .cate-title .arrow-down {
  background: url(../img/index_pc/qu-bicon01.png) no-repeat center center;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  margin: 15px auto;
  display: block;
  cursor: pointer;
}
.qu-item-a .quota-list .quota-item li .cate-title .arrow-down:hover {
  background: url(../img/index_pc/qu-bicon01-1.png) no-repeat center center;
  background-size: 20px auto;
}
.qu-item-a .quota-list .quota-item li .cate-title .arrow-up {
  background: url(../img/index_pc/qu-bicon02.png) no-repeat center center;
  background-size: 20px auto;
  width: 30px;
  height: 20px;
  margin: 15px auto;
  display: block;
  cursor: pointer;
}
.qu-item-a .quota-list .quota-item li .cate-title .arrow-up:hover {
  background: url(../img/index_pc/qu-bicon02-1.png) no-repeat center center;
  background-size: 20px auto;
}
.qu-item-a .quota-list .quota-item li .cate-title .wid-e a {
  display: block;
  border: 1px solid #ff9d29;
  border-radius: 100px;
  width: 64px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 9px auto;
  color: #ff9d29;
  font-size: 12px;
}
.qu-item-a .quota-list .quota-item li .cate-title .wid-e a:hover {
  background-color: #ff9d29;
  color: #fff;
}
.qu-item-a .quota-list .quota-item li .show-quota-main {
  padding: 10px 24px 10px 34px;
  background-color: #f8f8f8;
}
.qu-item-a .quota-list .quota-item li .show-quota-main .show-qam {
  font-size: 14px;
  color: #555;
  position: relative;
  padding-left: 12px;
  line-height: 22px;
  height: 22px;
  margin: 10px 0;
}
.qu-item-a .quota-list .quota-item li .show-quota-main .show-qam::before {
  content: '';
  width: 4px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0px;
  background-color: #ff9d29;
}
.qu-item-a .quota-list .quota-item li .show-quota-main .show-qm {
  padding-bottom: 20px;
}
.qu-item-a .quota-list .quota-item li .show-quota-main .show-qm p {
  font-size: 12px;
  color: #555;
  line-height: 30px;
}
.qu-item-a .quota-list .quota-item li .show-quota-main .show-qm textarea {
  font: inherit;
  word-wrap: break-word;
  word-break: normal;
  border: none;
  overflow: hidden;
  background: #f8f8f8;
  width: 100%;
  font-size: 12px;
  color: #555;
  line-height: 24px;
}

.ab-banner {
  height: 414px;
  padding-top: 70px;
  background: url(../img/index_pc/ab-banner.jpg) no-repeat center 50px;
}

.comp-ab {
  width: 414px;
  height: 275px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.01);
  margin: 94px 0 0 100px;
  padding: 20px;
  box-sizing: border-box;
}
.comp-ab .title {
  position: relative;
  padding-left: 36px;
  padding-top: 10px;
}
.comp-ab .title h5 {
  font-size: 18px;
  color: #ff9d29;
  padding: 0 0 5px 0;
}
.comp-ab .title p {
  font-size: 12px;
  color: #666;
}
.comp-ab .title i {
  width: 17px;
  height: 20px;
  background: url(../img/index_pc/ab-bicon01.png) no-repeat 0 0;
  background-size: 14px auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.comp-ab .comp-info {
  padding: 12px 0;
}
.comp-ab .comp-info p {
  line-height: 23px;
  font-size: 12px;
  color: #333;
  text-indent: 2em;
}

.ab-item-a .dev-line {
  padding: 40px 0 100px 0;
}
.ab-item-a .dev-line ul li {
  width: 100%;
  position: relative;
  margin-top: 25px;
  height: 70px;
  display: none;
}
.ab-item-a .dev-line ul li h6 {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #d4dee6;
  height: 70px;
  line-height: 60px;
  font-size: 30px;
  color: #333;
}
.ab-item-a .dev-line ul li h6::before {
  content: '';
  background: #ff9d29;
  box-shadow: inset 0px 1px 3px 0px #e58c22;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  top: -7px;
  z-index: 2;
}
.ab-item-a .dev-line ul li h6::after {
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: -9px;
}
.ab-item-a .dev-line ul li p {
  position: relative;
  top: 14px;
  width: 50%;
  box-sizing: border-box;
  line-height: 22px;
}
.ab-item-a .dev-line ul li:nth-child(odd) h6 {
  border-right: 1px solid #d4dee6;
}
.ab-item-a .dev-line ul li:nth-child(odd) h6:before {
  right: -7px;
}
.ab-item-a .dev-line ul li:nth-child(odd) h6:after {
  right: -9px;
}
.ab-item-a .dev-line ul li:nth-child(odd) p {
  padding-right: 20px;
}
.ab-item-a .dev-line ul li:nth-child(even) {
  left: 50%;
}
.ab-item-a .dev-line ul li:nth-child(even) h6 {
  border-left: 1px solid #d4dee6;
  padding-left: 18px;
}
.ab-item-a .dev-line ul li:nth-child(even) h6:before {
  left: -7px;
}
.ab-item-a .dev-line ul li:nth-child(even) h6:after {
  left: -9px;
}
.ab-item-a .dev-line ul li:nth-child(even) p {
  padding: 0 20px;
}

.ab-item-b {
  height: 648px;
  background: url(../img/index_pc/ab-map.png) no-repeat center center #f3f3f4;
  padding: 30px 0;
}

.ab-item-c {
  height: 167px;
  background: #ff9d29;
  padding: 40px 0;
  box-sizing: border-box;
}
.ab-item-c h5 {
  font-size: 22px;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.ab-item-c h5 span {
  font-size: 30px;
}

.ab-item-d {
  height: 440px;
  background: url(../img/index_pc/ab-cult.png) no-repeat center 0;
  padding-top: 80px;
}
.ab-item-d .title h4,
.ab-item-d .title p {
  color: #fff;
}
.ab-item-d .title h4 {
  margin-bottom: 20px;
}
.ab-item-d .title h4::after {
  border-color: #fff;
}
.ab-item-d .title p {
  line-height: 40px;
  padding: 0;
}
.ab-item-d .comp-cultu {
  width: 856px;
  margin: 95px auto 0;
}
.ab-item-d .comp-cultu ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.ab-item-d .comp-cultu ul li {
  width: 244px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 10px 10px;
  height: 122px;
}
.ab-item-d .comp-cultu ul li h6 {
  padding: 15px 0;
  font-size: 18px;
}
.ab-item-d .comp-cultu ul li p {
  line-height: 18px;
  font-size: 14px;
}

.ab-item-e {
  padding: 0;
}
.ab-item-e .contact-info {
  padding: 16px 0 60px 0;
}
.ab-item-e .contact-info ul li {
  width: 35%;
  float: left;
}
.ab-item-e .contact-info ul li:first-child {
  width: 30%;
}
.ab-item-e .contact-info ul li .title h5 {
  font-size: 22px;
  color: #333;
  padding: 0 0 7px 0;
}
.ab-item-e .contact-info ul li .title span {
  font-size: 12px;
  color: #999;
}
.ab-item-e .contact-info ul li .ctt-main {
  padding-top: 15px;
}
.ab-item-e .contact-info ul li .ctt-main p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.ab-item-e .contact-info ul li .ctt-main h6 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}

.ab-item-f {
  height: 372px;
  padding: 0;
  background: url(../img/index_pc/ab-map2.png) no-repeat center 0;
}
.ab-item-f .address-company {
  width: 400px;
  position: relative;
  top: 138px;
  left: 116px;
}
.ab-item-f .address-company h3 {
  font-size: 22px;
  color: #333;
  line-height: 40px;
}
.ab-item-f .address-company p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.vad-banner {
  height: 490px;
  padding-top: 70px;
  background: url(../img/index_pc/vad-banner.jpg) no-repeat center 50px;
  background-size: auto 100%;
}
.vad-banner .w1000 {
  position: relative;
  height: 490px;
}
.vad-banner .w1000 .vad-ba01 {
  width: 512px;
  height: 87px;
  background: url(../img/index_pc/vad-ba01.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin-top: -77px;
  left: 240px;
  background-size: cover;
}

.vad-wrap .vad-item-a .vad-title {
  width: 400px;
  padding-top: 120px;
  position: relative;
}
.vad-wrap .vad-item-a .vad-title h4 {
  font-size: 32px;
  color: #333;
  padding: 30px 0;
}
.vad-wrap .vad-item-a .vad-title p {
  font-size: 18px;
  color: #555;
  line-height: 32px;
}

.vad-wrap .vad-item-a .decorate-img {
  width: 460px;
}
.vad-wrap .vad-item-a .decorate-img img {
  display: block;
}

.vad-wrap .vad-item-b {
  padding-bottom: 50px;
}
.vad-wrap .vad-item-b .normal-ques {
  margin: 60px auto;
  width: 916px;
}
.vad-wrap .vad-item-b .normal-ques ul li {
  float: left;
  width: 450px;
  height: 260px;
  border: 3px solid #ececec;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  padding: 40px 40px 0px 120px;
  margin: 0 15px 15px 0;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.vad-wrap .vad-item-b .normal-ques ul li span {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 65px;
  left: 15px;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  color: #ff9d29;
}
.vad-wrap .vad-item-b .normal-ques ul li span.icon-adv-01 {
  font-size: 90px;
}
.vad-wrap .vad-item-b .normal-ques ul li span.icon-adv-02,
.vad-wrap .vad-item-b .normal-ques ul li span.icon-adv-04 {
  font-size: 65px;
}
.vad-wrap .vad-item-b .normal-ques ul li h5 {
  font-size: 20px;
  color: #333;
  padding: 5px 0 26px 0;
}
.vad-wrap .vad-item-b .normal-ques ul li p {
  position: relative;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #555;
}
.vad-wrap .vad-item-b .normal-ques ul li p em {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  line-height: 20px;
}
.vad-wrap .vad-item-b .normal-ques ul li .hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffa63d;
  left: 0;
  top: 100%;
  z-index: -1;
}
.vad-wrap .vad-item-b .normal-ques ul li:hover {
  border: 0 none;
  padding: 43px 43px 3px 123px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.vad-wrap .vad-item-b .normal-ques ul li:hover h5,
.vad-wrap .vad-item-b .normal-ques ul li:hover p {
  color: #fff;
}
.vad-wrap .vad-item-b .normal-ques ul li:hover span {
  color: #fff;
}
.vad-wrap .vad-item-b .normal-ques ul li:nth-child(2n) {
  margin-right: 0;
}

.tms-banner {
  padding-top: 70px;
  background: url(../img/index_pc/tms-banner.jpg) no-repeat center 50px;
  background-size: auto 100%;
  width: 100%;
  height: 517px;
}
.tms-banner .w1000 {
  position: relative;
  height: 517px;
}
.tms-banner .w1000 .tms-ba01 {
  width: 770px;
  height: 188px;
  background: url(../img/index_pc/tms-ba01.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin-top: -160px;
  left: 0;
  background-size: cover;
}
.tms-banner .ban-link {
  margin-left: 100px;
  width: 80px;
  padding: 330px 0 0 240px;
}
.tms-banner .ban-link a {
  background: #ff9d29;
}
.tms-banner .ban-link a:hover {
  background-color: #ea8710;
}

.picScroll-left {
  width: 1000px;
  position: relative;
  height: 360px;
}
.picScroll-left h5 {
  width: 300px;
  height: 60px;
  border-bottom: 1px solid #dce4ec;
  font-size: 32px;
  color: #333;
  position: absolute;
  top: -10px;
  right: 0;
}
.picScroll-left .bd {
  width: 490px;
  height: 310px;
  box-shadow: 0px 10px 20px rgba(65, 86, 98, 0.3);
  position: absolute;
  top: 20px;
  left: 40px;
  overflow: hidden;
}
.picScroll-left .bd ul li img {
  width: 100%;
  display: block;
  height: 310px;
}
.picScroll-left .hd {
  position: absolute;
  width: 1000px;
  height: 60px;
  top: 0;
  left: 0;
}
.picScroll-left .hd a {
  width: 22px;
  height: 40px;
  position: absolute;
  top: 140px;
  background: url(../img/index_pc/in-icon.png) no-repeat 0 0;
  cursor: pointer;
}
.picScroll-left .hd a.next {
  left: 540px;
  background-position: -1128px -268px;
}
.picScroll-left .hd a.next:hover {
  background-position: -1128px -213px;
}
.picScroll-left .hd a.prev {
  left: 10px;
  background-position: -1091px -268px;
}
.picScroll-left .hd a.prev:hover {
  background-position: -1091px -213px;
}
.picScroll-left .hd .pageState {
  display: none;
}
.picScroll-left .hd ol {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 80px;
  right: 0;
}
.picScroll-left .hd ol li {
  width: 300px;
  height: 70px;
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
.picScroll-left .hd ol li:hover span,
.picScroll-left .hd ol li.on span {
  border-color: #ff9d29;
}
.picScroll-left .hd ol li span {
  background: #ffffff;
  border: 1px solid #a2b1c2;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  top: 5px;
  left: 0;
}
.picScroll-left .hd ol li i {
  width: 36px;
  height: 36px;
  display: block;
}
.picScroll-left .hd ol li h6 {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.picScroll-left .hd ol li p {
  font-size: 14px;
  color: #666;
}

.tms-item-a,
.tms-item-b,
.tms-item-c,
.tms-item-d {
  padding: 80px 0;
  border-bottom: 1px solid #dce4ec;
}
.tms-item-a .picScroll-left .hd ol li,
.tms-item-b .picScroll-left .hd ol li,
.tms-item-c .picScroll-left .hd ol li,
.tms-item-d .picScroll-left .hd ol li {
  padding-left: 63px;
  padding-top: 3px;
}
.tms-item-a .picScroll-left .hd ol li .iconfont,
.tms-item-b .picScroll-left .hd ol li .iconfont,
.tms-item-c .picScroll-left .hd ol li .iconfont,
.tms-item-d .picScroll-left .hd ol li .iconfont {
  font-size: 28px;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #8497ad;
}
.tms-item-a .picScroll-left .hd ol li .iconfont.icon-tm-01::before,
.tms-item-a .picScroll-left .hd ol li .iconfont.icon-tm-02::before,
.tms-item-a .picScroll-left .hd ol li .iconfont.icon-tm-03::before,
.tms-item-b .picScroll-left .hd ol li .iconfont.icon-tm-01::before,
.tms-item-b .picScroll-left .hd ol li .iconfont.icon-tm-02::before,
.tms-item-b .picScroll-left .hd ol li .iconfont.icon-tm-03::before,
.tms-item-c .picScroll-left .hd ol li .iconfont.icon-tm-01::before,
.tms-item-c .picScroll-left .hd ol li .iconfont.icon-tm-02::before,
.tms-item-c .picScroll-left .hd ol li .iconfont.icon-tm-03::before,
.tms-item-d .picScroll-left .hd ol li .iconfont.icon-tm-01::before,
.tms-item-d .picScroll-left .hd ol li .iconfont.icon-tm-02::before,
.tms-item-d .picScroll-left .hd ol li .iconfont.icon-tm-03::before {
  left: 1px;
  position: relative;
}
.tms-item-a .picScroll-left .hd ol li .iconfont.icon-tm-10,
.tms-item-b .picScroll-left .hd ol li .iconfont.icon-tm-10,
.tms-item-c .picScroll-left .hd ol li .iconfont.icon-tm-10,
.tms-item-d .picScroll-left .hd ol li .iconfont.icon-tm-10 {
  font-size: 24px;
}
.tms-item-a .picScroll-left .hd ol li .iconfont.icon-tm-10::before,
.tms-item-b .picScroll-left .hd ol li .iconfont.icon-tm-10::before,
.tms-item-c .picScroll-left .hd ol li .iconfont.icon-tm-10::before,
.tms-item-d .picScroll-left .hd ol li .iconfont.icon-tm-10::before {
  left: 2px;
  position: relative;
}
.tms-item-a .picScroll-left .hd ol li:hover .iconfont,
.tms-item-a .picScroll-left .hd ol li.on .iconfont,
.tms-item-b .picScroll-left .hd ol li:hover .iconfont,
.tms-item-b .picScroll-left .hd ol li.on .iconfont,
.tms-item-c .picScroll-left .hd ol li:hover .iconfont,
.tms-item-c .picScroll-left .hd ol li.on .iconfont,
.tms-item-d .picScroll-left .hd ol li:hover .iconfont,
.tms-item-d .picScroll-left .hd ol li.on .iconfont {
  color: #ff9d29;
}
.tms-item-a .picScroll-left .hd ol li h6,
.tms-item-b .picScroll-left .hd ol li h6,
.tms-item-c .picScroll-left .hd ol li h6,
.tms-item-d .picScroll-left .hd ol li h6 {
  line-height: 34px;
}
.tms-item-a .picScroll-left .hd ol li span,
.tms-item-b .picScroll-left .hd ol li span,
.tms-item-c .picScroll-left .hd ol li span,
.tms-item-d .picScroll-left .hd ol li span {
  width: 46px;
  height: 46px;
}
.tms-item-a .picScroll-left .hd ol li span i,
.tms-item-b .picScroll-left .hd ol li span i,
.tms-item-c .picScroll-left .hd ol li span i,
.tms-item-d .picScroll-left .hd ol li span i {
  transition: all 0.2s ease-in-out;
}
.tms-item-a .picScroll-left .hd ol li span i:hover,
.tms-item-b .picScroll-left .hd ol li span i:hover,
.tms-item-c .picScroll-left .hd ol li span i:hover,
.tms-item-d .picScroll-left .hd ol li span i:hover {
  transform: scale(1.15);
}
.tms-item-a .picScroll-left .hd,
.tms-item-b .picScroll-left .hd,
.tms-item-c .picScroll-left .hd,
.tms-item-d .picScroll-left .hd {
  width: 324px;
  height: 400px;
}
.tms-item-a .picScroll-left .hd a.next,
.tms-item-a .picScroll-left .hd a.prev,
.tms-item-b .picScroll-left .hd a.next,
.tms-item-b .picScroll-left .hd a.prev,
.tms-item-c .picScroll-left .hd a.next,
.tms-item-c .picScroll-left .hd a.prev,
.tms-item-d .picScroll-left .hd a.next,
.tms-item-d .picScroll-left .hd a.prev {
  display: none;
}

.tms-item-a .picScroll-left .hd,
.tms-item-c .picScroll-left .hd {
  left: auto;
  right: 0;
}

.tms-item-a .picScroll-left h5,
.tms-item-c .picScroll-left h5 {
  right: 40px;
  top: 20px;
}

.tms-item-a .picScroll-left .pit,
.tms-item-c .picScroll-left .pit {
  right: 40px;
  top: 100px;
}

.tms-item-b .picScroll-left h5,
.tms-item-d .picScroll-left h5 {
  left: 40px;
  top: 20px;
}

.tms-item-b .picScroll-left .pit,
.tms-item-d .picScroll-left .pit {
  left: 40px;
  top: 100px;
}

.tms-item-b .bd,
.tms-item-d .bd {
  top: 20px;
  left: 450px;
}

.tms-item-e ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 960px;
}
.tms-item-e ul li {
  width: 217px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  height: 280px;
  padding: 0px 20px;
  position: relative;
}
.tms-item-e ul li span {
  width: 212px;
  height: 31px;
  background: url(../img/index_pc/tms-13.png) no-repeat center 0;
  position: absolute;
  top: -30px;
  left: 0;
}
.tms-item-e ul li .iconfont {
  width: 70px;
  height: 70px;
  display: block;
  margin: 35px auto;
  transition: all 0.2s ease-in-out;
  font-size: 70px;
  text-align: center;
  color: #ff9d29;
  /*&.icon-02{
          background:url(../img/index_pc/tms-bicon14.png) no-repeat center center;
          background-size:70px auto;
        }
        &.icon-01{
           background:url(../img/index_pc/tms-bicon13.png) no-repeat center center;
           background-size:70px auto;
        }
        &.icon-03{
           background:url(../img/index_pc/tms-bicon15.png) no-repeat center center;
           background-size:70px auto;
        }
        &.icon-04{
           background:url(../img/index_pc/tms-bicon16.png) no-repeat center center;
           background-size:70px auto;
        }*/
}
.tms-item-e ul li .iconfont:hover {
  transform: scale(1.15);
}
.tms-item-e ul li h5 {
  font-size: 18px;
  color: #333;
  margin: 13px 0;
  text-align: center;
  font-weight: bold;
}
.tms-item-e ul li p {
  font-size: 15px;
  color: #666;
  line-height: 22px;
  position: relative;
  left: 4px;
  top: 5px;
}

.tms-item-f {
  padding: 80px 0;
}
.tms-item-f .process-tip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 60px 70px 62px;
}
.tms-item-f .process-tip span {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  text-align: center;
  line-height: 41px;
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
  font-size: 16px;
  color: #666;
}
.tms-item-f .process-tip span::after {
  content: '';
  width: 396px;
  height: 1px;
  background-color: #dedede;
  top: 22px;
  left: 43px;
  position: absolute;
}
.tms-item-f .process-tip span:last-child::after {
  display: none;
}
.tms-item-f .process ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tms-item-f .process ul li {
  width: 180px;
}
.tms-item-f .process ul li a {
  width: 124px;
  height: 124px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #a2b1c2;
  display: block;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.tms-item-f .process ul li a .iconfont {
  width: 60px;
  height: 60px;
  margin: 34px auto 0;
  display: block;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #8497ad;
}
.tms-item-f .process ul li a .iconfont.icon-tm-15 {
  position: relative;
  left: 5px;
}
.tms-item-f .process ul li a:hover {
  background: #ff9d29;
  border-color: #ff9d29;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.15);
}
.tms-item-f .process ul li a:hover .iconfont {
  color: #fff;
}
.tms-item-f .process ul li h5 {
  color: #333;
  font-size: 20px;
  margin: 50px 0 20px;
  text-align: center;
}
.tms-item-f .process ul li p {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  left: 4px;
}
.tms-item-f .ban-link a {
  width: 277px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  background: #ff9d29;
}
.tms-item-f .ban-link a:hover {
  background-color: #ea8710;
}

.nx-banner {
  padding-top: 70px;
  background: url(../img/index_pc/nx-banner.jpg) no-repeat center 50px;
  background-size: auto 100%;
  height: 473px;
  position: relative;
}
.nx-banner .w1000 {
  position: relative;
}
.nx-banner .w1000 .nx-ba01 {
  width: 707px;
  height: 205px;
  background: url(../img/index_pc/nx-ba01.png) no-repeat 0 0;
  background-size: 707px auto;
  position: absolute;
  top: 50%;
  margin-top: 100px;
  margin-left: -350px;
  left: 50%;
}

.nx-item-a,
.nx-item-b,
.nx-item-c,
.nx-item-d {
  border-bottom: 1px solid #dce4ec;
  padding: 80px 0;
  border-bottom: 1px solid #dce4ec;
}
.nx-item-a .picScroll-left .hd ol li,
.nx-item-b .picScroll-left .hd ol li,
.nx-item-c .picScroll-left .hd ol li,
.nx-item-d .picScroll-left .hd ol li {
  padding-left: 63px;
  padding-top: 3px;
}
.nx-item-a .picScroll-left .hd ol li .iconfont,
.nx-item-b .picScroll-left .hd ol li .iconfont,
.nx-item-c .picScroll-left .hd ol li .iconfont,
.nx-item-d .picScroll-left .hd ol li .iconfont {
  font-size: 28px;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #8497ad;
}
.nx-item-a .picScroll-left .hd ol li .iconfont.icon-nx-02,
.nx-item-a .picScroll-left .hd ol li .iconfont.icon-nx-08,
.nx-item-b .picScroll-left .hd ol li .iconfont.icon-nx-02,
.nx-item-b .picScroll-left .hd ol li .iconfont.icon-nx-08,
.nx-item-c .picScroll-left .hd ol li .iconfont.icon-nx-02,
.nx-item-c .picScroll-left .hd ol li .iconfont.icon-nx-08,
.nx-item-d .picScroll-left .hd ol li .iconfont.icon-nx-02,
.nx-item-d .picScroll-left .hd ol li .iconfont.icon-nx-08 {
  font-size: 24px;
}
.nx-item-a .picScroll-left .hd ol li .iconfont.icon-nx-05::before,
.nx-item-b .picScroll-left .hd ol li .iconfont.icon-nx-05::before,
.nx-item-c .picScroll-left .hd ol li .iconfont.icon-nx-05::before,
.nx-item-d .picScroll-left .hd ol li .iconfont.icon-nx-05::before {
  position: relative;
  left: 2px;
}
.nx-item-a .picScroll-left .hd ol li:hover .iconfont,
.nx-item-a .picScroll-left .hd ol li.on .iconfont,
.nx-item-b .picScroll-left .hd ol li:hover .iconfont,
.nx-item-b .picScroll-left .hd ol li.on .iconfont,
.nx-item-c .picScroll-left .hd ol li:hover .iconfont,
.nx-item-c .picScroll-left .hd ol li.on .iconfont,
.nx-item-d .picScroll-left .hd ol li:hover .iconfont,
.nx-item-d .picScroll-left .hd ol li.on .iconfont {
  color: #ff9d29;
}
.nx-item-a .picScroll-left .hd ol li h6,
.nx-item-b .picScroll-left .hd ol li h6,
.nx-item-c .picScroll-left .hd ol li h6,
.nx-item-d .picScroll-left .hd ol li h6 {
  line-height: 34px;
}
.nx-item-a .picScroll-left .hd ol li span,
.nx-item-b .picScroll-left .hd ol li span,
.nx-item-c .picScroll-left .hd ol li span,
.nx-item-d .picScroll-left .hd ol li span {
  width: 46px;
  height: 46px;
}
.nx-item-a .picScroll-left .hd ol li span i,
.nx-item-b .picScroll-left .hd ol li span i,
.nx-item-c .picScroll-left .hd ol li span i,
.nx-item-d .picScroll-left .hd ol li span i {
  transition: all 0.2s ease-in-out;
}
.nx-item-a .picScroll-left .hd ol li span i:hover,
.nx-item-b .picScroll-left .hd ol li span i:hover,
.nx-item-c .picScroll-left .hd ol li span i:hover,
.nx-item-d .picScroll-left .hd ol li span i:hover {
  transform: scale(1.15);
}
.nx-item-a .picScroll-left .hd,
.nx-item-b .picScroll-left .hd,
.nx-item-c .picScroll-left .hd,
.nx-item-d .picScroll-left .hd {
  width: 324px;
  height: 400px;
}
.nx-item-a .picScroll-left .hd a.next,
.nx-item-a .picScroll-left .hd a.prev,
.nx-item-b .picScroll-left .hd a.next,
.nx-item-b .picScroll-left .hd a.prev,
.nx-item-c .picScroll-left .hd a.next,
.nx-item-c .picScroll-left .hd a.prev,
.nx-item-d .picScroll-left .hd a.next,
.nx-item-d .picScroll-left .hd a.prev {
  display: none;
}
.nx-item-a .picScroll-left .hd ol,
.nx-item-b .picScroll-left .hd ol,
.nx-item-c .picScroll-left .hd ol,
.nx-item-d .picScroll-left .hd ol {
  top: 109px;
  width: 324px;
}

.nx-item-a h5,
.nx-item-c h5 {
  right: 65px;
}
.nx-item-a h5::after,
.nx-item-c h5::after {
  right: 0;
}

.nx-item-a .picScroll-left .hd ol,
.nx-item-c .picScroll-left .hd ol {
  right: 40px;
}

.nx-item-a .picScroll-left .hd,
.nx-item-c .picScroll-left .hd {
  left: auto;
  right: 0;
}

.nx-item-b h5,
.nx-item-d h5 {
  left: 40px;
}
.nx-item-b h5::after,
.nx-item-d h5::after {
  left: 0;
}

.nx-item-b .bd,
.nx-item-d .bd {
  top: 20px;
  left: 450px;
}

.nx-item-b .hd ol,
.nx-item-d .hd ol {
  left: 0;
}

.nx-item-b p,
.nx-item-d p {
  text-align: left;
}

.nx-item-b .picScroll-left .hd ol,
.nx-item-d .picScroll-left .hd ol {
  left: 40px;
}

.nx-item-d {
  border-bottom: 0 none;
}

.nx-item-e ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 100px auto 0;
  width: 860px;
}
.nx-item-e ul li {
  width: 263px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 298px;
  padding: 0px 20px;
  border-top: 7px solid #ff9d28;
}
.nx-item-e ul li span {
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  width: 109px;
  height: 109px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -55px;
}
.nx-item-e ul li .iconfont {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  top: 20px;
  left: 20px;
  transition: all 0.2s ease-in-out;
  font-size: 56px;
  line-height: 70px;
  text-align: center;
  color: #ff9d29;
}
.nx-item-e ul li .iconfont.icon-nx-11 {
  font-size: 54px;
}
.nx-item-e ul li .iconfont:hover {
  transform: scale(1.15);
}
.nx-item-e ul li h5 {
  font-size: 18px;
  color: #333;
  margin: 10px 0 24px 0;
  text-align: center;
  font-weight: bold;
}
.nx-item-e ul li p {
  font-size: 15px;
  color: #666;
  line-height: 22px;
}

.nx-item-f .process-tip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 87px 70px 62px;
}
.nx-item-f .process-tip span {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  text-align: center;
  line-height: 41px;
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
  font-size: 16px;
  color: #666;
}
.nx-item-f .process-tip span::after {
  content: '';
  width: 396px;
  height: 1px;
  background-color: #dedede;
  top: 22px;
  left: 43px;
  position: absolute;
}
.nx-item-f .process-tip span:last-child::after {
  display: none;
}

.nx-item-f .process ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.nx-item-f .process ul li {
  width: 180px;
}
.nx-item-f .process ul li a {
  width: 124px;
  height: 124px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #a2b1c2;
  display: block;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  /*&.pro-list03{
              i{background-position:-350px -251px;}
            }
            &.pro-list02{
              i{background-position:-428px -251px;}
            }
            &.pro-list01{
              i{background-position:-501px -251px;}
            }*/
}
.nx-item-f .process ul li a .iconfont {
  /*border:1px solid #ccc;*/
  /*background:url(../img/index_pc/tms-icon.png) no-repeat;*/
  width: 60px;
  height: 60px;
  margin: 34px auto 0;
  display: block;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #8497ad;
}
.nx-item-f .process ul li a:hover {
  background: #ff9d29;
  border-color: #ff9d29;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.15);
  /*&.pro-list03{
                i{background-position:-350px -179px;}
              }
              &.pro-list02{
                i{background-position:-428px -179px;}
              }
              &.pro-list01{
                i{background-position:-501px -179px;}
              }*/
}
.nx-item-f .process ul li a:hover .iconfont {
  color: #fff;
}
.nx-item-f .process ul li h5 {
  color: #333;
  font-size: 20px;
  margin: 50px 0 20px;
  text-align: center;
}
.nx-item-f .process ul li p {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  left: 4px;
}

.nx-item-f .ban-link a {
  width: 277px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  background: #ff9d29;
}
.nx-item-f .ban-link a:hover {
  background-color: #ea8710;
}

.mob-banner {
  padding-top: 70px;
  background: url(../img/index_pc/mob-banner.jpg) no-repeat center 50px;
  background-size: auto 100%;
  height: 474px;
  overflow: hidden;
}
.mob-banner .w1000 {
  position: relative;
  height: 474px;
}
.mob-banner .mob-ba01 {
  width: 418px;
  height: 100px;
  background: url(../img/index_pc/mob-ba01.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: 0;
  background-size: cover;
}
.mob-banner .mob-ba02 {
  width: 450px;
  height: 414px;
  background: url(../img/index_pc/mob-ba02.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin-top: -177px;
  left: 528px;
  background-size: cover;
}

.mob-wrap .picScroll-left {
  height: 546px;
}
.mob-wrap .picScroll-left .bd {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  height: 490px;
  width: 360px;
  overflow: hidden;
}
.mob-wrap .picScroll-left .bd .tempWrap {
  width: 360px;
}
.mob-wrap .picScroll-left .bd ul {
  height: 500px;
  overflow: hidden;
}
.mob-wrap .picScroll-left .bd ul li img {
  width: 100%;
  height: 490px;
}

.mob-a {
  border-bottom: 1px solid #dce4ec;
}
.mob-a .hd {
  width: 430px;
  height: 120px;
  left: auto;
  right: 0;
  top: 280px;
}
.mob-a .hd .pit {
  left: 15px;
  width: 430px;
  height: 100px;
  top: 0px;
}
.mob-a .hd .pit li {
  width: 80px;
  display: inline-block;
  margin: 0 60px 0 0;
  padding: 0;
  height: auto;
  cursor: pointer;
}
.mob-a .hd .pit li span {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: 1px solid #8ea2b9;
  position: static;
  top: 0;
  left: 0;
}
.mob-a .hd .pit li span .iconfont {
  margin: 15px 0 0 15px;
  width: 45px;
  height: 45px;
  transition: all 0.2s ease-in-out;
  font-size: 40px;
  color: #8497ad;
  line-height: 45px;
  text-align: center;
  display: block;
}
.mob-a .hd .pit li span .iconfont.icon-mb-06,
.mob-a .hd .pit li span .iconfont.icon-mb-07,
.mob-a .hd .pit li span .iconfont.icon-mb-08 {
  font-size: 36px;
}
.mob-a .hd .pit li span .iconfont:hover {
  transform: scale(1.15);
  color: #ff9d29;
}
.mob-a .hd .pit li p {
  line-height: 40px;
  text-align: center;
  width: 77px;
}
.mob-a .hd .pit li.on span,
.mob-a .hd .pit li:hover span {
  border-color: #ff9d29;
}
.mob-a .hd .pit li.on span .iconfont,
.mob-a .hd .pit li:hover span .iconfont {
  color: #ff9d29;
}
.mob-a .bd ul {
  width: 360px;
  height: 490px;
}
.mob-a .bd ul li {
  position: relative;
}
.mob-a .bd ul li .text-info {
  position: absolute;
  left: -440px;
  top: 30px;
  width: 400px;
  height: 120px;
  border: 1px solid #ccc;
}
.mob-a h5 {
  border: 0 none;
  top: 90px;
  width: 430px;
}
.mob-a .download-dialog {
  position: absolute;
  width: 430px;
  top: 440px;
  z-index: 10;
}
.mob-a .download-dialog a {
  border: 1px solid #ff9d29;
  border-radius: 100px;
  display: block;
  line-height: 35px;
  text-align: center;
  color: #ff9d29;
  width: 137px;
  height: 37px;
}
.mob-a .text-info {
  position: absolute;
  width: 430px;
  top: 150px;
  height: 120px;
  left: 0;
}
.mob-a .text-info p {
  font-size: 14px;
  line-height: 30px;
  color: #555;
}

.mob-item-a .bd,
.mob-item-c .bd {
  left: 10px;
}

.mob-item-a h5,
.mob-item-c h5 {
  left: 588px;
}

.mob-item-a .download-dialog,
.mob-item-c .download-dialog {
  left: 590px;
}

.mob-item-a .text-info,
.mob-item-c .text-info {
  left: 590px;
}

.mob-item-b .hd {
  left: 0;
  right: auto;
}
.mob-item-b .hd .pit {
  left: 20px;
}

.mob-item-b .bd {
  left: 590px;
}

.mob-item-b h5 {
  left: 20px;
}

.mob-item-b .download-dialog {
  left: 20px;
}

.mob-item-b .text-info {
  left: 20px;
}

.mob-item-d {
  background: #f6f6f6;
  padding: 70px 0;
}
.mob-item-d .normal-ques {
  text-align: center;
  margin: 0;
  padding: 75px 0 50px 0;
}
.mob-item-d .normal-ques li {
  display: inline-block;
  width: 150px;
  padding: 14px;
  background: #fff;
  border: 1px solid #a2b1c2;
  height: 150px;
  position: relative;
}
.mob-item-d .normal-ques li img {
  display: block;
  width: 150px;
  height: 150px;
}
.mob-item-d .normal-ques li p {
  position: absolute;
  width: 180px;
  left: 0;
  top: 204px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.drop-qrcode {
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 195px;
  height: 214px;
  position: absolute;
  top: -228px;
  left: -30px;
  z-index: 100;
  display: none;
}
.drop-qrcode p {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 36px;
}
.drop-qrcode img {
  width: 126px;
  height: 126px;
  display: block;
  margin: 10px auto;
}
.drop-qrcode .pic {
  padding: 24px;
  position: relative;
}
.drop-qrcode .pic::before,
.drop-qrcode .pic::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 24px;
  left: 24px;
  border-top: 1px solid #a2b1c2;
  border-left: 1px solid #a2b1c2;
  content: '';
}
.drop-qrcode .pic::after {
  left: 151px;
  border-right: 1px solid #a2b1c2;
  border-left: 0 none;
}
.drop-qrcode span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 90px;
  bottom: -12px;
}
.drop-qrcode::before,
.drop-qrcode::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 146px;
  left: 24px;
  border-bottom: 1px solid #a2b1c2;
  border-left: 1px solid #a2b1c2;
  content: '';
}
.drop-qrcode::after {
  left: 151px;
  border-right: 1px solid #a2b1c2;
  border-left: 0 none;
}

.mask-a {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 54, 80, 0.8);
  z-index: 20;
  top: 0;
  left: 0;
}

.normal-input {
  background: #ffffff;
  border-radius: 6px;
  /* width: 352px; */
  width: 416px;
  position: fixed;
  z-index: 21;
  padding: 36px 40px 37px;
  background: #ffffff;
}
.normal-input.login-dialog-top2 {
  width: 500px;
  padding: 36px 0px 37px;
  text-align: center;
}
.normal-input .errRow {
  margin: 8px 0;
  color: red;
}
.normal-input .succRow {
  margin: 8px 0;
  font-size: 12px;
}
.normal-input .close {
  width: 14px;
  height: 14px;
  background: url(../img/index_pc/nor-close.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.normal-input .close:hover {
  background: url(../img/index_pc/hov-close.png) no-repeat center center;
  background-size: cover;
}
.normal-input h5 {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin: 0 0 36px 0;
}
.normal-input ul {
  margin: 0 auto;
}
.normal-input ul > li {
  margin: 0 0 16px 0;
  position: relative;
}
.normal-input ul > li > input {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  width: 416px;
  padding: 5px 12px;
  font-size: 14px;
  box-sizing: border-box;
}
.normal-input ul > li > input:hover,
.normal-input ul > li > input:focus {
  border-color: #ff9d29;
}
.normal-input ul > li > input.error-input {
  border-color: #f23636;
  background-color: rgba(242, 54, 54, 0.2);
}
.normal-input ul > li > span {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 11px;
  height: 6px;
  background: url(../img/index_pc/icon-drop.png) no-repeat center center;
  background-size: 11px auto;
}
.normal-input ul > li .error {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/index_pc/icon_error.png) no-repeat center center;
  background-size: 14px auto;
}
/*.normal-input .drop-sel {
    width: 100%;
    box-sizing: border-box;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.17);
    border-radius: 4px; }
    .normal-input .drop-sel ol {
      padding: 4px 0 0 0; }
      .normal-input .drop-sel ol li {
        height: 36px;
        line-height: 36px;
        position: relative;
        background-color: #fff;
        padding: 0 15px;
        margin: 0 !important;
        box-sizing: border-box;
        cursor: pointer; }
        .normal-input .drop-sel ol li span {
          color: #333; }
        .normal-input .drop-sel ol li b {
          position: absolute;
          top: 7px;
          right: 15px;
          width: 7px;
          height: 12px;
          border-right: 2px solid #FF9D29;
          border-bottom: 2px solid #FF9D29;
          transform: rotate(40deg);
          display: none; }
        .normal-input .drop-sel ol li.check b {
          border-color: #FF9D29;
          display: none; }
        .normal-input .drop-sel ol li:hover {
          background: #FF9D29; }
          .normal-input .drop-sel ol li:hover b {
            border-color: #fff;
            display: none; }
          .normal-input .drop-sel ol li:hover span {
            color: #fff; }*/
.normal-input .select-sel {
  width: 368px;
  margin-left: 36px;
  text-align: left;
  box-sizing: border-box;
  overflow: auto;
  background: #ffffff;
}
.normal-input .used_for_icon {
  position: relative;
  text-align: left;
}
.normal-input .select-sel ol {
  padding: 4px 0 0 0;
}
.normal-input .select-sel ol li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  position: relative;
  background-color: #fff;
  padding-right: 20px;
  margin: 0 !important;
  box-sizing: border-box;
  cursor: pointer;
}
.normal-input .select-sel ol li span {
  color: #333;
}
.normal-input .select-sel ol li b {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #ff9d29;
  border-bottom: 2px solid #ff9d29;
  transform: rotate(40deg);
  display: none;
}
.normal-input .select-sel ol li.check b {
  border-color: #ff9d29;
  display: none;
}
/* .normal-input .select-sel ol li:hover {
          background: #FF9D29; } */
.normal-input .select-sel ol li:hover b {
  border-color: #fff;
  display: none;
}
.normal-input .select-sel ol li:hover span {
  color: #fff;
}
.normal-input .fn-checkbox input {
  width: 14px;
  height: 14px;
  position: relative;
  vertical-align: text-top;
}
.normal-input .sub-btna {
  margin: 15px 0 0;
  width: 100%;
}
.normal-input.login-dialog-top2 .sub-btna {
  margin: 15px 0 0;
  width: 416px;
  margin: auto;
}
.normal-input .img-verify-wrap {
  display: flex;
  position: relative;
  justify-content: center;
}
.normal-input .img-verify-wrap img {
  position: absolute;
  right: 47px;
  width: 88px;
  top: 10px;
}
.login-dialog-top4 .img-verify-wrap img {
  right: 7px;
}
.normal-input .sub-btna a {
  background: #ff9d29;
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  color: #fff;
  line-height: 48px;
  cursor: default;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
}
.normal-input .sub-btna a.sure {
  background: #ff9d29;
  cursor: pointer;
}
.normal-input .sub-btna a.sure:hover {
  background-color: #ea8710;
}
.normal-input .contact-m {
  font-size: 14px;
  text-align: center;
  color: #6a7f88;
  margin: 16px 0 0;
}
.normal-input .contact-m a {
  color: #2298cf;
  display: inline-block;
}
.normal-input .contact-m a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url(../img/index_pc/icon-to.png) no-repeat center center;
  background-size: auto 14px;
}
.normal-input .contact-m a em {
  color: #ff9d29;
}
.normal-input .contact-m a:hover em {
  text-decoration: underline;
}
.normal-input .tips-error {
  border: 1px solid #f56154;
}
.login-dialog-top2 .sub-btna-b {
  margin-top: 20px;
}

.login-dialog-top2 .telephonenu2,
.login-dialog-top2 .creator_name,
.login-dialog-top2 .company_name,
.login-dialog-top2 .used_for {
  font-size: 14px;
}
.login-dialog-top2 .telephonenu2 .error,
.login-dialog-top2 .creator_name .error,
.login-dialog-top2 .company_name .error,
.login-dialog-top2 .used_for .error {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/index_pc/icon_error.png) no-repeat center center;
  background-size: 14px auto;
}

.dialog-feedback {
  background: #ffffff;
  border-radius: 8px;
  width: 366px;
  padding: 26px 0;
  position: fixed;
  z-index: 22;
  top: 0;
  left: 0;
}
.dialog-feedback .test-icon {
  text-align: center;
  margin-bottom: 8px;
}
.dialog-feedback .test-icon i {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.dialog-feedback h6 {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 12px 0;
}
.dialog-feedback p {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.dialog-feedback .info .check-i {
  background: url(../img/index_pc/icon_tip.png) no-repeat center center;
  background-size: 40px auto;
}
.dialog-feedback .succ .check-i {
  background: url(../img/index_pc/icon_check.png) no-repeat center center;
  background-size: 40px auto;
}
.dialog-feedback .error-a .info-i {
  background: url(../img/index_pc/icon_error.png) no-repeat center center;
  background-size: 40px auto;
}
.dialog-feedback .error-a p {
  margin: 12px 0;
}

/*右侧跟随浮动*/
.qck-btn {
  position: fixed;
  width: 50px;
  bottom: 80px;
  right: 5px;
  z-index: 8;
}
.qck-btn .nor-btn {
  z-index: 10;
}
.qck-btn .nor-btn li {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 1px;
  cursor: pointer;
}
.qck-btn .nor-btn li .pic-w {
  width: 48px;
  height: 48px;
  display: block;
  background: #ffffff;
  border: 1px solid #8497ad;
  position: relative;
  z-index: 10;
}
.qck-btn .nor-btn li .pic-w .iconfont {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 6px;
  color: #8497ad;
  display: block;
  text-align: center;
}
.qck-btn .nor-btn li .text-show {
  width: 28px;
  height: 36px;
  padding: 6px 10px;
  background: #ff9d29;
  color: #fff;
  border-color: #ff9d29;
  display: none;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  z-index: 4;
  position: relative;
  z-index: 10;
}
.qck-btn .qr-code-w {
  z-index: 2;
  width: 218px;
  height: 137px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 4px 0px rgba(195, 195, 195, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  left: -450px;
  display: none;
}
.qck-btn .qr-code-w .qr-mask {
  width: 230px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.qck-btn .qr-code-w ul {
  overflow: hidden;
  padding: 20px 0 0 0;
  z-index: 2;
  position: relative;
}
.qck-btn .qr-code-w ul li {
  z-index: 1;
  position: relative;
  width: 80px;
  height: 100%;
  float: left;
  margin: 0 14px;
}
.qck-btn .qr-code-w ul li p {
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 18px;
}
.qck-btn .qr-code-w::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #e5e5e5;
  border-bottom: 4px solid transparent;
  top: 60px;
  right: -8px;
  content: '';
}
.qck-btn .qr-code-w::before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 3px solid transparent;
  top: 61px;
  right: -6px;
  content: '';
  z-index: 5;
}
.qck-btn .qr-code-z {
  z-index: 2;
  width: 353px;
  height: 85px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 4px 0px rgba(195, 195, 195, 0.5);
  border-radius: 6px;
  position: absolute;
  top: -10px;
  left: -365px;
  display: none;
}
.qck-btn .qr-code-z .qr-mask {
  width: 365px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.qck-btn .qr-code-z::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #e5e5e5;
  border-bottom: 4px solid transparent;
  top: 40px;
  right: -8px;
  content: '';
}
.qck-btn .qr-code-z::before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 3px solid transparent;
  top: 41px;
  right: -6px;
  content: '';
  z-index: 5;
}
.qck-btn .qr-code-z ul {
  overflow: hidden;
  padding: 14px 8px 0;
  z-index: 2;
  position: relative;
}
.qck-btn .qr-code-z ul li {
  width: 90px;
  float: left;
  margin: 0 10px;
  cursor: pointer;
  height: 60px;
}
.qck-btn .qr-code-z ul li p {
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 18px;
}
.qck-btn .qr-code-z ul li .iconfont {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 40px;
  color: #8497ad;
}
.qck-btn .qr-code-z ul li:hover p,
.qck-btn .qr-code-z ul li:hover .iconfont {
  color: #ff9d29;
}
.qck-btn .qtips {
  width: 321px;
  height: 80px;
  position: absolute;
  z-index: 10;
  left: -366px;
  top: -100px;
  display: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 4px 0px rgba(195, 195, 195, 0.5);
  border-radius: 6px;
}
.qck-btn .qtips ul li {
  position: relative;
}
.qck-btn .qtips ul li.first {
  width: 213px;
  height: 40px;
  padding: 20px 30px 20px 80px;
}
.qck-btn .qtips ul li.first .iconfont {
  /*background:url(../img/index_pc/online-hot.png) no-repeat center center;
                   background-size:30px auto;*/
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  left: 30px;
  color: #ff9d29;
  font-size: 36px;
}
.qck-btn .qtips ul li.first p {
  color: #333;
  line-height: 22px;
  font-size: 14px;
}
.qck-btn .qtips ul li.second {
  padding: 5px;
  width: 120px;
  height: 120px;
  left: 92px;
  top: -20px;
}
.qck-btn .qtips ul li.second:before,
.qck-btn .qtips ul li.second:after {
  bottom: -4px;
  right: 60px;
}
.qck-btn .qtips::before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-top: 8px solid #e5e5e5;
  border-right: 4px solid transparent;
  bottom: -8px;
  right: 40px;
  content: '';
}
.qck-btn .qtips::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-top: 6px solid #fff;
  border-right: 3px solid transparent;
  bottom: -6px;
  right: 41px;
  content: '';
  z-index: 5;
}
.pwd-expired-dialog {
  z-index: 30;
}
.normal-input .pwd-expired {
  display: flex;
  padding-bottom: 20px;
  padding-top: 10px;
}
.normal-input .pwd-expired-confirm {
  display: flex;
  justify-content: center;
}
.normal-input .pwd-expired-warning {
  font-size: 40px;
  color: #fbba7f;
}
.normal-input .pwd-expired-confirm-text {
  color: #529BE5;
  width: 260px;
  text-align: right;
  line-height: 48px;
  margin-right: 20px;
  cursor: pointer;
}
.normal-input .pwd-expired-confirm-text:hover {
  text-decoration: underline;
}
.normal-input .pwd-expired-text {
  margin-top: 12px;
  margin-left: 8px;
  font-size: 16px;
}
.normal-input .pwd-expired-confirm-btn {
  width: 120px;
  height: 48px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  border-radius: 38px;
  cursor: pointer;
  background: #ff9d29;
}
/*登录弹窗*/
.login-dialog-top3 ul li input {
  padding-left: 44px;
}

.login-dialog-top3 ul li b {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 1px;
  left: 1px;
}
.login-dialog-top3 ul li b div {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #666;
  line-height: 46px;
  text-align: center;
}

.login-dialog-top3 ul li em {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 1px;
  right: 1px;
  cursor: pointer;
}
.login-dialog-top3 ul li em div {
  display: block;
  width: 100%;
  height: 100%;
}
.login-dialog-top3 ul li em div.ps-open {
  background: url(../img/index_pc/icon-eye.png) no-repeat center center;
  background-size: 46% auto;
}
.login-dialog-top3 ul li em div.ps-close {
  background: url(../img/index_pc/icon-eyec.png) no-repeat center center;
  background-size: 46% auto;
}
.login-dialog-top3 .login-limit {
  margin-top: 8px;
  color: red;
}
.login-dialog-top3 .auto-login {
  overflow: hidden;
  font-size: 13px;
  padding: 16px 0 0 0;
}

.login-dialog-top3 .auto-login a {
  color: #666;
}

.login-dialog-top3 .auto-login a:hover {
  color: #ff9d29;
  text-decoration: underline;
}

.login-dialog-top3 .auto-login .form-item {
  color: #666;
}

.login-dialog-top3 .auto-login .rember-pwd:focus {
  color: #ff9d29;
}

.login-dialog-top3 .auto-login .fn-checkbox:hover {
  color: #ff9d29;
}
.login-dialog-verify p {
  padding: 16px 8px 16px;
  text-align: center;
  font-size: 14px;
}
.login-dialog-verify .phone {
  color: #f00;
}
.login-dialog-verify .get-code-verify {
  position: absolute;
  width: 88px;
  height: 34px;
  line-height: 34px;
  background: rgb(255, 183, 82);
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  top: 7px;
  right: 4px;
}
.login-dialog-verify .get-code-verify:hover {
  background-color: #ea8710;
}
.login-dialog-verify .get-code-verify.disabled {
  color: #888888;
  background: #dfdfdf;
}
.login-dialog-verify .sub-btna {
  margin-top: 32px;
}
.login-dialog-verify .sub-btna a {
  display: inline-block;
  width: 48%;
}
.login-dialog-verify .sub-btna a:first-child {
  margin-right: 2%;
}
.login-dialog-verify #verify-code-err {
  color: red;
}

.login-dialog-err-phone .info {
  padding: 0 16px;
  margin-bottom: 24px;
  line-height: 2;
}
.login-dialog-err-phone .info .phone {
  padding: 0 4px;
  color: #f00;
}

/* 修改密码 */

.login-dialog-top4 ul li b {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 1px;
  left: 1px;
}
.login-dialog-top4 .errRow .error {
  margin-top: -2px;
}
.login-dialog-top4 ul li b div {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #666;
  line-height: 46px;
  text-align: center;
}

.login-dialog-top4 ul li input {
  padding-left: 44px;
}
.login-dialog-top4 input:read-only {
  background: #f2f9ff !important;
}

.login-dialog-top4 ul li .vertfy {
  width: 92px;
  height: 34px;
  position: absolute;
  top: 7px;
  right: 7px;
  background: #ff9d29;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.login-dialog-top4 ul li .vertfy.disabled {
  color: #888888;
  background: #dfdfdf;
  cursor: no-drop;
  border-color: #dfdfdf;
}
.login-dialog-top4 ul li .vertfy a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  cursor: default;
}

.login-dialog-top4 ul li .vertfy a.able {
  background-color: #ff9d29;
  cursor: pointer;
}

.login-dialog-top4 ul li .vertfy a.able:hover {
  background-color: #ea8710;
}
.login-dialog-top4 .password_icon {
  left: auto;
  right: 10px;
  top: 15px;
  color: #666666;
  width: 23px;
  height: 23px;
  position: absolute;
  font-size: 18px;
}
/*忘记密码*/
.drop_tips {
  /* display: none !important; */
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 100%;
  left: -1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #c8c8c8;
  border-left: 1px solid #ffa01a;
  border-right: 1px solid #ffa01a;
  border-bottom: 1px solid #ffa01a;
  overflow: hidden;
  display: none;
}
.drop_tips li {
  list-style-type: none;
  padding: 10px;
  margin: 0 !important;
}
.drop_tips .active {
  background: #d2d2d2;
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes child1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes child3 {
  0% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(300deg);
  }
}

@keyframes child5 {
  0% {
    transform: rotate(-120deg);
  }
  100% {
    transform: rotate(240deg);
  }
}

@keyframes child7 {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes child9 {
  0% {
    transform: rotate(-240deg);
  }
  100% {
    transform: rotate(120deg);
  }
}

@keyframes child11 {
  0% {
    transform: rotate(-300deg);
  }
  100% {
    transform: rotate(60deg);
  }
}

.tla {
  display: block;
  width: 280px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform-origin: center 400px;
}

.term-01 .term-list {
  transform: rotate(0deg);
  animation: child1 48s linear;
  animation-iteration-count: infinite;
}

.term-02 .term-list {
  transform: rotate(-60deg);
  animation: child3 48s linear;
  animation-iteration-count: infinite;
}

.term-03 .term-list {
  transform: rotate(-120deg);
  animation: child5 48s linear;
  animation-iteration-count: infinite;
}

.term-04 .term-list {
  transform: rotate(-280deg);
  animation: child7 48s linear;
  animation-iteration-count: infinite;
}

.term-05 .term-list {
  transform: rotate(-240deg);
  animation: child9 48s linear;
  animation-iteration-count: infinite;
}

.term-06 .term-list {
  transform: rotate(-270deg);
  animation: child11 48s linear;
  animation-iteration-count: infinite;
}

.term-01 {
  transform: translate(-50%, -50%) rotate(0deg);
}

.term-02 {
  transform: translate(-50%, -50%) rotate(60deg);
}

.term-03 {
  transform: translate(-50%, -50%) rotate(120deg);
}

.term-04 {
  transform: translate(-50%, -50%) rotate(180deg);
}

.term-05 {
  transform: translate(-50%, -50%) rotate(240deg);
}

.term-06 {
  transform: translate(-50%, -50%) rotate(300deg);
}

.term-main {
  width: 700px;
  height: 700px;
  border-radius: 100%;
  background: transparent;
  position: relative;
  transform-origin: center center;
  animation: spin 48s linear;
  animation-iteration-count: infinite;
  margin: 100px auto 0;
}
.term-main .tla span {
  width: 74px;
  height: 74px;
  font-size: 70px;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #ff9d29;
  margin: 0 auto;
}
.term-main .tla span.icon-cs-07,
.term-main .tla span.icon-cs-10 {
  font-size: 80px;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-80%, 0, 0);
    -ms-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*vip 找回密码*/
.login-dialog-top5 {
  width: 478px;
  padding: 30px 50px;
  z-index: 22;
}

.vip-forgetps .iconfont {
  font-size: 56px;
  color: #ff6f6b;
  text-align: center;
  margin-bottom: 20px;
}

.vip-forgetps p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

/**/
#J_apply_use_dialog ul > li .iconfont {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 15px;
  left: 53px;
  font-size: 18px;
  color: #666;
}
#J_apply_use_dialog ul > li .iconfont.icon-menu {
  top: 50%;
  transform: translateY(-50%);
}
#J_apply_use_dialog .J_apply_use_dialog_step_2 {
  padding: 0 42px;
}
#J_apply_use_dialog .J_apply_use_dialog_step_2 .iconfont {
  left: 13px;
}
#J_apply_use_dialog .J_apply_use_dialog_step_2 #address_li {
  display: flex;
}
#J_apply_use_dialog .J_apply_use_dialog_step_2 #address_li #address {
  width: 70%;
}
#J_apply_use_dialog .J_apply_use_dialog_step_2 #address_li #add_remak {
  width: 30%;
  padding-left: 12px;
}
#J_apply_use_dialog ul > li input {
  padding-left: 44px;
}
#J_apply_use_dialog ul > li .get-code {
  position: absolute;
  width: 88px;
  height: 34px;
  line-height: 34px;
  background: #ff9d29;
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  top: 7px;
  right: 47px;
}
#J_apply_use_dialog ul > li .get-code:hover {
  background-color: #ea8710;
}
#J_apply_use_dialog ul > li .get-code.disabled {
  color: #888888;
  background: #dfdfdf;
}
.normal-input .sub-btna a.sure.disabled {
  color: #888888;
  background: #dfdfdf;
}
#J_apply_use_dialog ul > li#set_password_li .iconfont.icon-ps-show,
#J_apply_use_dialog ul > li#set_password_li .iconfont.icon-hide {
  left: auto;
  right: 52px;
  color: #666666;
}
/*#J_apply_use_dialog ul > li#set_password_li .iconfont.icon-hide{
  left: auto;
  right: 52px;
}*/
/*注册成功弹框 2.0*/
#register_result {
  width: 640px;
}
#register_result .icon-check {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 42px;
  color: #57d99e;
  position: relative;
  top: 5px;
  padding-right: 10px;
}
#register_result .tips {
  font-size: 18px;
  color: #222222;
  padding: 0 40px;
  line-height: 30px;
}
#register_result .tips .tel {
  color: #fe9d28;
  font-size: 22px;
}
/*注册成功弹框*/
#apply_user_success {
  display: none;
  width: 642px;
  padding-right: 30px;
}
#apply_user_success h5,
#apply_user_feedback h5,
#apply_user_due h5 {
  font-size: 20px;
  color: #131e27;
}
#apply_user_success h5 .icon-check,
#apply_user_feedback h5 .icon-check {
  margin-top: 1px;
  display: inline-block;
  color: #53df9c;
  font-size: 28px;
  vertical-align: text-top;
  padding-right: 10px;
}
#apply_user_success h5 span {
  margin-left: 4px;
}
#apply_user_due h5 .icon-guanbi {
  color: #ff6f6b;
  font-size: 28px;
  vertical-align: text-top;
  padding-right: 10px;
}
#apply_user_success ul > li {
  padding-left: 18px;
}
#apply_user_success ul > li h2 {
  font-size: 14px;
  line-height: 24px;
  color: #131e27;
  margin-bottom: 10px;
  position: relative;
}
#apply_user_success ul > li h2:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #596d82;
  position: absolute;
  left: -17px;
  top: 12px;
  transform: translateY(-50%);
}
#apply_user_success #use_now {
  width: 378px;
  margin: auto;
}
#apply_user_feedback {
  width: 398px;
  text-align: center;
}
#apply_user_feedback p {
  font-size: 14px;
  line-height: 22px;
}

.sign-account-info {
  width: 310px;
  height: 194px;
  display: flex;
  flex-direction: column;
  margin-left: 156px;
  background-size: contain !important;
  background: url(/static/login/25596e2337da7083373e7cf5865b455dd23b02e4/img/index_pc/account-bg.png);
}
.sign-account-info-content {
  margin-left: 64px;
  margin-top: 11px;
  font-size: 14px;
  color: #492003;
  line-height: 26px;
}
.sign-account-info-content span {
  color: #1f0e03;
  font-weight: bold;
}
.sign-account-info-title {
  width: 233px;
  margin-left: 17px;
  margin-top: 12px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #e05c00;
  line-height: 36px;
  padding-left: 47px;
  border-bottom: solid 1px #e9b190;
}
.admin-account-info {
  width: 536px;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin: 14px 19px;
  border: dashed 1px #ffb32b;
  border-radius: 2px;
}
.admin-account-info > span {
  color: #e05c00;
  font-weight: bold;
}
.admin-account-info > p {
  color: #596d82;
  margin-left: 20px;
}
.admin-account-info > p > span {
  color: #000022;
}

.fn-radio {
  position: relative;
  padding-left: 22px;
}
.fn-radio .radio {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
}
.fn-radio input[type='radio'] {
  display: none;
}
.fn-radio .radio:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #8ab0c5;
}
.fn-radio .radio:before:hover {
  border-color: #0097cf;
}
.fn-radio input:checked + .radio:before {
  border-color: #0097cf;
}
.fn-radio input:checked + .radio:after {
  position: absolute;
  display: block;
  content: '';
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0097cf;
}
.message {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 50px;
  margin: auto;
  padding: 0 10px;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  transition-duration: 0.2s;
  z-index: 100;
}
.message .iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.message .iconfont:last-child {
  cursor: pointer;
}
.message span {
  margin: 0 10px;
  flex: 1;
}
.message.success {
  background: #cff1c1;
}
.message.success .iconfont {
  color: #31c481;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}
/* 下拉自动完成样式 */
ul.proposal-list {
  background: #fff;
  border-top: 1px solid #ccc;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  z-index: 9999;
}
ul.proposal-list li {
  height: 30px;
  color: #333;
  padding-left: 6px;
  line-height: 30px;
  margin: 0 !important;
}
ul.proposal-list li:hover,
ul.proposal-list li.hover {
  background: #ecf0f5;
}
ul.proposal-list li.selected {
  background: #abdbfa;
}
/* modal 样式 */
.modal-dialog {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 226px;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.pc-bind-modal {
  height: 186px;
}
.modal-dialog-header {
  position: relative;
  height: 36px;
  line-height: 36px;
  background: #eaeaea;
  box-shadow: 0 1px 0 0 #cccccc;
  border-radius: 4px 4px 2px 2px;
}
.modal-dialog-header h2 {
  margin-left: 14px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.modal-dialog-header .close {
  width: 14px;
  height: 14px;
  background: url(../img/index_pc/nor-close.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 11px;
  right: 14px;
  cursor: pointer;
}
.modal-dialog-content {
  padding: 30px;
  flex: 1;
}
.modal-dialog-content-title {
  display: flex;
  align-items: center;
}
.modal-dialog-content-title .iconfont {
  font-size: 32px;
  margin-right: 12px;
}
.modal-dialog-content-title .icon-warn-o {
  color: #ffa553;
}
.modal-dialog-content-title p {
  flex: 1;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
}
.modal-dialog-content-detail {
  padding-top: 17px;
  font-size: 12px;
  line-height: 22px;
  color: #888888;
}
.modal-dialog-footer {
  display: flex;
  padding-right: 27px;
  height: 38px;
  align-items: center;
  justify-content: flex-end;
  background: #eaeaea;
  box-shadow: 0 -1px 0 0 #cccccc;
  border-radius: 2px 2px 4px 4px;
}
.modal-dialog-footer .btn {
  font-size: 12px;
  cursor: pointer;
}
.modal-dialog-footer .btn:first-child {
  background: #0097cf;
  color: #fff;
  border-radius: 2px;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
}
.modal-dialog-footer .btn:last-child {
  color: #378cbe;
  letter-spacing: 0;
  margin-left: 25px;
}

.index-show-info {
  color: #333;
  position: fixed;
  /*top: 100px;
  left: 100px;*/
  width: 400px;
  height: 42px;
  /* z-index: 99999; */
  border-radius: 3px;
  display: flex;
  padding-left: 15px;
  align-items: center;
  border: 1px solid #fba6a6;
  background-color: #ffd1ca;
}
.warn-o-wrap {
  border: 1px solid #fba6a6;
  background-color: #ffd1ca;
}
.check-o-wrap {
  border: 1px solid #b2de9e;
  background-color: #cff1c1;
}
.index-show-info .icon-warn-o {
  color: #f12222;
  margin-right: 10px;
}
.index-show-info .icon-check-o {
  color: #31c481;
  margin-right: 10px;
}
/* 爱番番 */
#newBridge {
  z-index: 5 !important;
}
/* 爱番番 在线咨询 头像 */
#newBridge .nb-icon-base {
  right: 65px !important;
}
/* 爱番番 在线咨询 弹框 */
#newBridge #nbWebImLightContainer {
  right: 65px !important;
}
